Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Golub-Welsch Algorithm for Numerical Quadrature Rule Generation #54

Open
2 tasks
wavefunction91 opened this issue Jul 15, 2023 · 0 comments
Open
2 tasks
Labels
enhancement New feature or request

Comments

@wavefunction91
Copy link
Owner

For some weight functions, (e.g. $\ln^2$ of Gill and Chien), there are not simple methods for the computation of quadrature nodes and weights. The Golub-Welsch algorithm provides a systematic way of numerically calculating these quantities for arbitrary weight functions (given the ability to compute moments of specified order).

It requires the solution of a Hankel-type tridiagonal eigenvalue problem, which tends to be numerically unstable for large orders, but having it as an option would lower the barrier to entry for testing out new quadratures and an important validation tool moving forward.

Requires:

@wavefunction91 wavefunction91 added the enhancement New feature or request label Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant