polynomial.integrals {orthopolynom}R Documentation

Create list of polynomial integrals

Description

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, ... , $n$.

Usage

polynomial.integrals(polynomials)

Arguments

polynomials list of polynomial objects

Details

The polynomial objects in the argument polynomials are as follows

Value

List of polynomial objects

1 integral of polynomials[[1]]
2 integral of polynomials[[2]]
n+1 integral of polynomials[[n+1]]

Author(s)

Frederick Novomestky fnovomes@poly.edu

See Also

integral.polynomial

Examples

p.list <- chebyshev.t.polynomials( 10, normalized=TRUE )
p.int <- polynomial.integrals( p.list )

[Package orthopolynom version 1.0-1 Index]