polyint | R Documentation |
Integrate polynomials.
polyint(p, k)
p |
polynomial |
k |
an integration constant |
Calculates the integral, i.e. the antiderivative, of a polynomial
and adds a constant of integration k
if given, else 0.
a vector representing a polynomial
polyval
, polyder
polyint(c(1, 1, 1, 1, 1), 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.