ChebyshevDifferentiationMatrix
Return the matrix that differentiates Chebyshev coefficients.
Developer documentation: this item describes internal implementation details.
Declaration
D = ChebyshevDifferentiationMatrix(n)
Parameters
nnumber of coefficients
Returns
Dcoefficient-space differentiation matrix
Discussion
Chebyshev Differentiation Matrix This matrix differentiates the first `n` Chebyshev polynomials.