Вы находитесь на странице: 1из 1

www.numerical-methods.

com

Numerical Methods Library in Excel VBA


Module

Sub gl8.bas

Title

Sets the weights and points for the 8-point Gaussian Rule.

Description

Sets the weights and points of the following Gaussian quadrature


rule.
1

() ( )
0

Interface

Web source of
code.
Web source of
this guide

=1

Sub gl8(n, wts ,pts)


integer
n: the number of weights/points
real
wts: the weights
real
pts: the points

http://www.numerical-methods.com/Excel_VBA/gl8.xlsm
www.numerical-methods.com/Excel_VBA/gl8_bas.htm

Web source of
the algorithm

Dependent
routines

NONE

Test problems

http://www.numerical-methods.com/Excel_VBA/gl8tests_bas.htm

Licence

This is open source; the software may be used and applied within other
systems as long as its provenance is appropriately acknowledged.
See the GNU Licence for more information or contact
webmaster@numerical-methods.com

Similar codes
that may be of
interest
Applications
Bibilography

Gaussian Quadrature

Вам также может понравиться