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

www.numerical-methods.

com

Numerical Methods Library in Excel VBA


Module

Sub glt7.bas

Title

Sets the weights and points for the 7-point Gaussian Rule on a
standard triangle.

Description

Sets the weights and points (, , ) of the following Gaussian


quadrature rule.
1

Interface

Web source of
code.
Web source of
this guide
Web source of
the algorithm
Dependent
routines

(, ) ( , )
=1

Sub glt7(nq, wq, xq, yq)


integer nq: the number of weights/points
real
wq: the weights
real
xq: the x-coordinate of the points
real
yq: the y-coordinate of the points

http://www.numerical-methods.com/Excel_VBA/glt7.xlsm
http://www.numerical-methods.com/Excel_VBA/glt7_bas.htm

NONE

Test problems

http://www.numerical-methods.com/Excel_VBA/glt7tests_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

Some criteria for numerically integrated matrices and quadrature


formulas for triangles by Laursen and Gellert
Gaussian Quadrature

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