Gaussian quadrature for arbitrary weight functions

9 views (last 30 days)
Dear all,
there are several Matlab codes available to compute an integral of the form
with Gaussian quadrature, where is a "standard" weight function, e.g. .
I'm looking for a Gaussian quadrature that works for arbitrary weight functions. For instance, a code of the form
[Quadrature_weights,Quadrature_nodes] = CODE(weight_function)
that returns Gaussian quadrature weights and nodes for a given, but arbitrary weight function.
Thanks, Stephan

Answers (0)

Categories

Find more on Numerical Integration and Differential Equations in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!