chebvand | R Documentation |
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
chebvand(p, m = NULL)
p |
points to evaluate. If a scalar, then |
m |
number of rows of the matrix. |
Vandermonde-like matrix for the Chebyshev polynomials
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.