Description Usage Arguments Value
For a given set of polynomials, find all roots in a given interval and return
TRUE if there are no roots in it.
| 1 | is_no_roots(poly_coefs, a, b, EPS = 1e-06)
 | 
| poly_coefs | a matrix of polynomial coefficients in ascending order, each column corresponds to a polynomial. (num mat) | 
| a | the lower bound. (num) | 
| b | the upper bound. (num) | 
| EPS | error tolerance. (num) | 
a boolean vector indicating whether the condition in the description is met.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.