The class used to call the sleeve solver is
C | is the coefficient type used for the subdivision, |
M | in Approximate , Isolate specifies if the solver is isolating the roots or approximating them within a given precision. |
The roots are isolated in intervals.
Here is an example:
In the case, one want to isolate the roots on a given interval [a,b]=[-1,1], one can use the following instruction:
The roots are isolated in intervals of size bounded by the precision parameter of the solver. Here is an example:
In this example, we approximate the roots within the precision . The precision can be set globally:
In the case, one want to compute the roots on a given interval a,b, one can use the following instruction: