radical I
If I is an ideal in an affine ring (i.e. a quotient of a polynomial ring over a field), and if the characteristic of this field is large enough (see below), then this routine yields the radical of the ideal I. The method used is the Eisenbud-Huneke-Vasconcelos algorithm.
The algorithms used generally require that the characteristic of the ground field is larger than the degree of each primary component. In practice, this means that if the characteristic is something like 32003, rather than, for example, 5, the methods used will produce the radical of I. Of course, you may do the computation over QQ, but it will often run much slower. In general, this routine still needs to be tuned for speed.
|
|
|
If I is a monomial ideal, a faster, combinatorial algorithm is used.
|
|
|
|
For another example, see PrimaryDecomposition.
Eisenbud, Huneke, Vasconcelos, Invent. Math. 110 207-235 (1992).
The current implementation requires that the characteristic of the ground field is either zero or a large prime (unless I is a monomial ideal).
The object radical is a method function with options.