Numerical-Integration-Gauss-Quadratures
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Gauss Hermite, Laguerre and Chebyshev quadratures implementation
#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)



本源码包内暂不包含可直接显示的源代码文件,请下载源码包。