Gaussian quadratures for several orthogonal polynomials

Versión 1.1.0.0 (4,87 KB) por Felipe
This function calculates the zeros and weights of several orthogonal polynomials
573 descargas
Actualizado 17 oct 2014

Ver licencia

The function calculates the zeros and weights of several orthogonal polynomials to be used in particular numerical integration problems. The quadrature rules implemented are the Hermite (probabilist-type), Hermite (physicist-type), Legendre, Chebyshev and Laguerre.
An interesting contribution is the (probabilist-type) Gauss-Hermite quadrature, which is validated through an example by comparing the results of the numerical integration with the moments of a standard Gaussian variable (see 'examples' section). Furthermore, the function displays two figures, the first shows roots vs. weights, and the second shows the corresponding orthogonal polynomials up to the specified order m.

Finally, it can be seen that other orthogonal polynomials can be easily included in the function (case ...) due to the general implementation of the weight's formula.
-----------------------------------------------------------
1. Input: * m - number of quadrature points
* type - orthogonal polynomial:
'he_prob': Hermite probabilist
'he_phys': Hermite physicist
'legen' : Legendre
'cheby' : Chebyshev
'lague' : Laguerre
2. Output: * xi - zeros
* w - weights
-----------------------------------------------------------

Citar como

Felipe (2024). Gaussian quadratures for several orthogonal polynomials (https://www.mathworks.com/matlabcentral/fileexchange/48144-gaussian-quadratures-for-several-orthogonal-polynomials), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2013a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Polynomials 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.1.0.0

Minor changes

1.0.0.0