|
D.7.5.13 RootsMain
Procedure from library zeroset.lib (see zeroset_lib).
- Usage:
RootsMain(f); where f is a polynomial
- Purpose:
compute all roots of f in a finite extension of the ground field
without multiplicities.
- Return:
list, all entries are polynomials
- Assume:
basering = Q[x,a] ideal mpoly must be defined, it might be 0!
- Note:
might change the ideal mpoly !!
|