|
7.7.4.0. fl2poly
Procedure from library dmodapp.lib (see dmodapp_lib).
- Usage:
- fl2poly(L,s); L a list, s a string
- Return:
- poly
- Purpose:
- reconstruct a monic polynomial in one variable from its factorization
- Assume:
- s is a string with the name of some variable and
L is supposed to consist of two entries:
- L[1] of the type ideal with the roots of a polynomial
- L[2] of the type intvec with the multiplicities of corr. roots
Example:
|