next up previous contents
Next: Possible parameters values for Up: Parametric polynomial Previous: The WeylFilter procedure   Contents

Minimal and maximal real roots of a parametric polynomial

The basic procedures for computing the minimal and maximal roots of a parametric polynomial are:

 
MinMax_Polynom(Func,Vars,Init,Type,Solve,Rand,Points,Min,Pm,Max,PM)
MinMax_Polynom_Gradient(Func,Vars,Init,Type,Solve,Rand,Points,Min,Pm,Max,PM)
where

The difference between these two procedures is that the second one uses the derivatives of the polynomial with respect to the variables together with the derivative of the coefficients of the polynomial.

For these procedures the flag `ALIAS/stop_opt_sol`, `ALIAS/opt_sol_max` will play the same role than Stop, Seuil[0] and Seuil[1] of the C++ procedure ALIAS_Min_Max_EigenValues, see the ALIAS-C++ reference manual.

In the special case where the polynomial is the characteristic polynomial it may be interesting to use the specific procedures:

 
MinMax_Char_Poly(Func,Vars,Init,Type,Solve,Rand,Points,Min,Pm,Max,PM)
MinMax_Char_Poly_Gradient(Func,Vars,Init,Type,Solve,Rand,Points,Min,Pm,Max,PM)
which has the same argument that the previous procedures except that the last argument of Func must be a matrix.


next up previous contents
Next: Possible parameters values for Up: Parametric polynomial Previous: The WeylFilter procedure   Contents
Jean-Pierre Merlet 2012-12-20