next up previous contents
Next: Utilities procedures of ALIAS-Maple Up: Univariate and parametric polynomial Previous: Condition number   Contents


Specificity for the analysis of parametric polynomials

The following variables play a role in the procedures involving a parametric polynomial:

For the evaluation of the coefficient of the polynomial there may be evaluation problem (for example one coefficient involves a division by an expression whose interval evaluation may include 0). To deal with this case a procedure similar to what is done for MakeF can be used:

To create the procedure ALIAS_Coeff we may also use the Problem_Expression package (see section 2.1.5). The procedure ALIAS_Coeff will be obtained from a list of coefficients Coeff in the variable Vars with the following maple code:

 
`ALIAS/low_value_expr_violated`:= -1e20;
`ALIAS/high_value_expr_violated`:= 1e20;
Verify_Problem_Expression(Coeff,Vars,"ALIAS_Coeff","ALIAS_Coeff");

Finally the above procedures may use the simplification procedure BoundUP, see section 8.1.1.1, that uses general roots bound algorithms for determining if a polynomial may have a root within a given interval.


next up previous contents
Next: Utilities procedures of ALIAS-Maple Up: Univariate and parametric polynomial Previous: Condition number   Contents
Jean-Pierre Merlet 2012-12-20