Skip to content

franzejr/Numerical-Integration-Gauss-Quadratures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Gauss Quadratures

Gauss Hermite, Gauss-Laguerre and Gauss-Chebyshev implementation

##Gauss-Hermite

In numerical analysis, Gauss–Hermite quadrature is an extension of Gaussian quadrature method for approximating the value of integrals of the following kind: e^x(-2)*f(x)

##Gauss-Laguerre

In numerical analysis Gauss–Laguerre quadrature is an extension of Gaussian quadrature method for approximating the value of integrals of the following kind: e^-x*f(x)

##Gauss-Chebyshev

In numerical analysis Chebyshev–Gauss quadrature is an extension of Gaussian quadrature method for approximating the value of integrals of the following kind: 1/(sqrt(1-x*x)

About

Gauss Hermite, Laguerre and Chebyshev quadratures implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages