Weighted Grid Points

Computes the Lobatto points for an arbitrary weight.

Sie verfolgen jetzt diese Einreichung

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.

Zitieren als

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

Kategorien

Mehr zu Interpolating Gridded Data finden Sie in Help Center und MATLAB Answers

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.0.0.0

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