polynomial.orders {orthopolynom}R Documentation

Create vector of polynomial orders

Description

This function returns a vector with $n$ elements containing the orders of the polynomials

Usage

polynomial.orders(polynomials)

Arguments

polynomials list of $n$ polynomial objects

Value

A vector of $n$ values

1 Order of polynomials[[1]]
2 Order of polynomials[[2]]
n Order of polynomials[[n]]

Author(s)

Frederick Novomestky fnovomes@poly.edu

Examples

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

[Package orthopolynom version 1.0-1 Index]