|
D.15.3.5 XLsolve
Procedure from library ffsolve.lib (see ffsolve_lib).
- Usage:
- XLsolve(I[, d]); I ideal, d optional integer
solve I (system of multivariate polynomials) with a
variant of the linearization technique, multiplying
the polynomials with monomials of degree at most d
(default is 2)
- Return:
- list L of the common roots of I as ideals
- Assume:
- basering is a finite field of type (p^n,a)
Example:
|