chebvand {gallery} | R 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 |
m |
number of rows of the matrix. |
Value
Vandermonde-like matrix for the Chebyshev polynomials
[Package gallery version 1.0.0 Index]