minimalPolynomial(f)
minimalPolynomial(g,I)
This computes the minimal polynomial of a ring element f in the Artinian ring ring f, or the minimal polynomial of a polynomial g in the Artinian ring (ring g)/I. When f is a variable in ring f, this is the eliminant with respect to that variable.
|
|
|
|
|
We provide two examples to compute minimal polynomials given by Strategy => 0 (computes the kernel of $k[T]\to$ ring f by sending $T$ to f) and Strategy => 1 (a minimal linear combination of powers of the input).
|
|
The object minimalPolynomial is a method function with options.
The source of this document is in RealRoots.m2:664:0.