View source: R/polynomial.integrals.R
polynomial.integrals | R Documentation |
This function returns a list with n + 1 elements containing polynomial objects which are the indefinite integrals of the order k polynomials for orders k = 0,\;1,\; … ,\;n.
polynomial.integrals(polynomials)
polynomials |
list of polynomial objects |
The polynomial objects in the argument polynomials
are as follows
1order 0 polynomial
2order 1 polynomial ...
n+1order n polynomial
List of n + 1 polynomial objects
1 |
integral of |
2 |
integral of |
...
n+1 |
integral of |
Frederick Novomestky fnovomes@poly.edu
### ### generate a list of normalized T Chebyshev polynomials ### of orders 0 to 10 ### p.list <- chebyshev.t.polynomials( 10, normalized=TRUE ) ### ### generate the corresponding list of polynomial integrals ### p.int <- polynomial.integrals( p.list )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.