Description Usage Arguments Value Examples
Check if polynomial is monotone over desired region.
| 1 | is_monotone(p, region = c(-Inf, Inf), EPS = 1e-05)
 | 
| p | polynomial | 
| region | numeric is polynomial monotone over this region. | 
| EPS | numerical precision | 
TRUE if polynomial is monotone within region, FALSE otherwise.
| 1 2 | pol <- polynomial(c(1,4,5,2))
is_monotone(pol, region = c(1,5))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.