Gauss-Jacobi quadrature

Weights and abscissae for radiance-to-flux conversion
2.9K Downloads
Updated 18 Oct 2006

No License

Ever wonder how the weights and abscissae are calculated for the numerical conversion from radiance to flux? The long and the short of it is that Gauss-Jacobi quadrature determines the weights and abscissae which is similar to Gaussian for low-point quadrature but differs substantially for high-point quadrature. This program follows Abramowitz and Stegum to produce the roots of a Jacobi polynomial from which both weights and abscissae are determined.

Cite As

Daniel Feldman (2024). Gauss-Jacobi quadrature (https://www.mathworks.com/matlabcentral/fileexchange/10724-gauss-jacobi-quadrature), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14SP3
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

jacobi_quadrature/

Version Published Release Notes
1.0.0.0

Updated structure and commenting for readability (thanks to user reviews). Also, there was a bug in the determination of the weights that was fixed.