next up previous contents
Next: Analyzing the real part Up: Analyzing univariate polynomials Previous: Example   Contents

Analyzing the real roots

The procedure

 
int ALIAS_Min_Max_Is_Root(int Degree,  
  int NbParameter,
  int HasInterval,
  INTERVAL_VECTOR (* TheCoeff)(INTERVAL_VECTOR &), 
  int Iteration,
  INTERVAL_VECTOR &Par,
  double *Root,
  int Type,
  int (* Solve_Poly)(double *, int *,double
*))
may be used to rest if a polynomial in a set may have as real root one of two pre-defined value. This procedure returns -1 if no polynomial with real root Root exist, 1 if such polynomial exist and 0 if the algorithm has not be able to determine such polynomial


next up previous contents
Next: Analyzing the real part Up: Analyzing univariate polynomials Previous: Example   Contents
Jean-Pierre Merlet 2012-12-20