next up previous contents
Next: The WeylFilter procedure Up: Simplification procedures Previous: Routh table: Routh   Contents


The KharitonovConsistency procedure

This procedure may be used when dealing with the problem of determining if the roots of a parametric polynomial all lie within a given range.

For a parametric polynomial there is usually four Kharitonov polynomials i.e. polynomials have that have constant coefficients. It can be shown that if all the Kharitonov polynomials have the real parts of their roots of the same sign, then all the polynomials in the set will have the real part of their of the same sign. The following procedure allows to use the Kharitonov polynomials to test if there they may be roots of a parametric polynomial within a given range. Its syntax is:

 
KharitonovConsistency(Func,Vars,Gradient,procname)
with the following parameters: This procedure will calculate for the polynomial $P(x)$ the coefficients of the polynomial $P(x-a)$. Then the simplification procedure will consider that its input box has as first element a range for $x$ and update $a$ so that the Kharitonov polynomial will indicate if the polynomial may have a root larger than the lower bound of the first element of the box or lower than the upper bound of this interval. This procedure is intended to be used in conjunction with the procedure dealing with parametric polynomials.


next up previous contents
Next: The WeylFilter procedure Up: Simplification procedures Previous: Routh table: Routh   Contents
Jean-Pierre Merlet 2012-12-20