chebvand: Creating Vandermonde-like matrix for the Chebyshev...

View source: R/chebvand.R

chebvandR Documentation

Creating Vandermonde-like matrix for the Chebyshev polynomials

Description

Produces the (primal) Chebyshev Vandermonde matrix based on the points p. C[i,j] = T_{i-1}p[j], where T_{i-1} is the Chebyshev polynomial of degree i-1

Usage

chebvand(p, m = NULL)

Arguments

p

points to evaluate. If a scalar, then p equally spaced points on [0,1] are used.

m

number of rows of the matrix. chebvand(p, m) is the rectangular version of chebvand(p) with m rows.

Value

Vandermonde-like matrix for the Chebyshev polynomials


gallery documentation built on Sept. 26, 2024, 5:07 p.m.