ooom | R Documentation |
Uses Taylor's theorem to give one over one minus a multipol
ooom(P,n)
n |
Order of expansion |
P |
Multivariate polynomial |
Robin K. S. Hankin
horner
ooom("x",5)
ooom("x",5) * as.mvp("1-x") # 1 + O(x^6)
ooom("x+y",4)
"x+y" %>% ooom(5) %>% `-`(1) %>% ooom(3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.