ooom | R Documentation |
Uses Taylor's theorem to give one over one minus a Weyl object
ooom(W,n)
W |
Weyl object |
n |
Order of expansion |
Robin K. S. Hankin
horner
ooom(x+d,4)
W <- x+x*d
ooom(W,4)*(1-W) == 1-W^5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.