polyint
Polynomial integration.
Syntax
q = polyint(p, k)
q = polyint(p)
Input argument
p - vector: polynomial coefficients
k - numeric scalr: constant of integration
Output argument
q - row vector: integrated polynomial coefficients
Description
polyint returns the integral of the polynomial represented by the coefficients in p using a constant of integration k (0 by default).
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated