Next: Polynomial Input and Output
Up: Polynomial Utilities
Previous: Remainder Sequences and Resultants
These routines various operations related to sign determination
for polynomials.
-
- Syntax
- Matrix<int > det_sign(Polynomial p,
List<Polynomial > qlist)
- Description
- Returns a Matrix of int 's encoding the signs of the
polynomials in the the polynomial list qlist at the roots of the
polynomial p.
-
- Syntax
- int diff_in_alternations(List<Polynomial > qlist)
- Description
- Returns the diference in sign alternations of the
polynomials evaluated at
and
. The polynomials should
have Field_element 's as coefficients, not other polynomials.
Ashu Rege
Fri May 9 17:57:21 PDT 1997