Weighted Grid Points

Computes the Lobatto points for an arbitrary weight.
2,2K descargas
Actualizado 10 ene 2005

Ver licencia

Construct a symbolic nonnegative weighting function w(x) on the interval [-1,1] and this script constructs the family of polynomials which are orthogonal with respect to the weight. Then the extrema of the highest polynomial are computed. Examples: w=1*x^0 gives the Legendre Lobatto points and w=1/sqrt(1-x^2) gives the Chebyshev Lobatto points. Useful for pseudospectral/collocation methods.

Citar como

Greg von Winckel (2024). Weighted Grid Points (https://www.mathworks.com/matlabcentral/fileexchange/6691-weighted-grid-points), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Interpolating Gridded Data en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

Missing information: requires earlier script collocD.m file ID 5515 to run correctly.