deriv.polynom | R Documentation |
Find the derivative or indefinite integral of a polynomial object, or list thereof.
## S3 method for class 'polynom'
deriv(expr, ...)
integral(expr, ...)
## Default S3 method:
integral(expr, ...)
## S3 method for class 'polynom'
integral(expr, limits = NULL, ...)
## S3 method for class 'polylist'
deriv(expr, ...)
## S3 method for class 'polylist'
integral(expr, ...)
expr |
A polynomial object, or list thereof |
... |
Unused as yet |
limits |
Real limits of a definite integral |
A coeffieient vector, or list thereof
p <- poly_from_roots(-2:3)
p
deriv(p)
integral(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.