Anti-derivative of Polynomial
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
polyint(c(1, 1, 1, 1, 1), 1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.