zeroDimSolve(I)
This function is a general-purpose solver for zero-dimensional polynomial systems. The default Strategy is "Stickelberger", which leverages Stickelberger's theorem to compute the coordinates of solution points as (joint) eigenvalues of multiplication matrices corresponding to the variables of the ring.
The option Multiplier allows the user to specify the linear form used to construct the multiplication matrix. For example, if the ambient polynomial ring is $QQ[x,y,z]$ and only the $y$-coordinates of solutions are needed, then one can specify Multiplier => y (and ignore the coordinates of other solution points). By default, a random linear form is used: due to this, it may be helpful to run this function a couple of times to minimize the likelihood of a "bad" linear form being chosen.
The option Basis allows the user to specify a basis of the quotient $R/I$, if one is known. The default value is null, in which case a basis for $R/I$ will be computed via a Grobner basis computation.
In general, Strategy => "Stickelberger" does not require the input ideal I to be radical, so solutions may appear with multiplicity:
|
|
|
|
The object zeroDimSolve is a method function with options.