x = findElementMappingToTarget(phi, y)
Given a ring map $\phi : R \to S$ and $y \in S$, this finds $x \in R$ such that $\phi(x) = y$ (if it exists). If no such element exists, it throws an error.
|
|
|
|
|
The object findElementMappingToTarget is a method function.