randomCoordinateChange R
Given a polynomial ring, this will produce a linear automorphism of the ring.
|
|
In some applications, a full change of coordinates is not desired, as it might cause code to run slowly, and so a Binomialr change of coordinates might be preferred. These Binomial changes of coordinates can be accomplished with the options Replacement and MaxCoordinatesToReplace. Replacement can take either Binomial or Full. If Binomial is specified, then only binomial changes of coordinates will be produced.
|
|
Finally, if Homogeneous is set to false, then our change of coordinates is not homogeneous (although it is still linear).
|
Note, this function already checks whether the function is an isomorphism by computing the Jacobian.
The object randomCoordinateChange is a method function with options.