Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

polyder

Derivative of Polynomial


Description

Differentiate polynomials.

Usage

polyder(p, q)

Arguments

p

polynomial p given as a vector

q

polynomial p given as a vector

Details

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.

Value

a vector representing a polynomial

See Also

Examples

polyder(c(3, 6, 9), c(1, 2, 0))  # 12 36 42 18

pracma

Practical Numerical Math Functions

v2.3.3
GPL (>= 3)
Authors
Hans W. Borchers [aut, cre]
Initial release
2021-01-22

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.