Hello all,

I'm implementing the Chebyshev collocation method for solving PDEs, more specifically the shallow water equations. I know the Chebyshev differentiation matrices (or differential operators) are, for default, for functions defined on the domain [-1,+1], which is a characteristic of the Chebyshev polynomials. My question is: if I want to evaluate the derivatives on an arbitrary domain [a,b], which alterations should I carry on the Chebyshev differentiation matrices? I looked out for this on the Trefethen's book "Spectral Methods in Matlab", but haven't found any mentions to this issue. Thanks in advance.

Similar questions and discussions