polyder | R Documentation |
Differentiate polynomials.
polyder(p, q)
p |
polynomial |
q |
polynomial |
Calculates the derivative of polynomials and polynomial products.
polyder(p)
returns the derivative of p
while
polyder(p, q)
returns the derivative of the product of the
polynomials p
and q
.
a vector representing a polynomial
polyval
, polyint
polyder(c(3, 6, 9), c(1, 2, 0)) # 12 36 42 18
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.