change_origin | R Documentation |
Given a polynomial P(x) and a new origin o
, find
the polynomial Q(x) = P(x + o). I.e. Q(0) = P(o)
change_origin(p, o, ...)
## Default S3 method:
change_origin(p, o, ...)
## S3 method for class 'polynom'
change_origin(p, o, ...)
## S3 method for class 'polylist'
change_origin(p, o, ...)
p |
A polynom or polylist object |
o |
A single numeric quantity specifying the new x-origin |
... |
currently not used |
A polynom or polylist object with x measured from the new origin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.