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 Gauss-Jacobi Quadrature Rule #55

Open
wavefunction91 opened this issue Jul 15, 2023 · 1 comment
Open

Implement Gauss-Jacobi Quadrature Rule #55

wavefunction91 opened this issue Jul 15, 2023 · 1 comment
Labels
enhancement New feature or request new-quadrature Adds a new quadrature rule

Comments

@wavefunction91
Copy link
Owner

The Gauss-Jacobi quadrature integrates functions of the form

$$ \int_{-1}^1 f(x) (1-x)^\alpha (1+x)^\beta\mathrm{d}x \approx \sum_{i=1}^n w_i f(x_i) $$

where ${x_i}$ are the nodes of $n$-th order Jacobi polynomial, $P^{(\alpha,\beta)}_n$. The Chebyshev and Legendre polynomials are special cases of the polynomials which already have quadrature rules generated.

@wavefunction91 wavefunction91 added enhancement New feature or request new-quadrature Adds a new quadrature rule labels Jul 15, 2023
@susilehtola
Copy link
Collaborator

The article by Hale and Townsend may be useful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new-quadrature Adds a new quadrature rule
Projects
None yet
Development

No branches or pull requests

2 participants