quadg

Gaussian Quadrature code and quadrature framework

Ahora está siguiendo esta publicación

QUADG implements several different Gaussian quadrature methods. The default method is a Gauss-Kronrod 7(15) method.

The code can also be used as a framework for implementing your own integration method, as long as you can provide the weights and nodes for an integration over [-1,+1]. The framework used is very fast and allows the code to operate much faster than many recursive implementations. It's especially helpful for "open-ended" quadrature methods.

Citar como

Nabeel Azar (2026). quadg (https://es.mathworks.com/matlabcentral/fileexchange/1130-quadg), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspiración para: Gauss3D

Categorías

Más información sobre Numerical Integration and Differential Equations en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.0

update description