Thread Closed

Gaussian Quadrature`

 
Share Thread Thread Tools
Oct2-05, 10:31 PM   #1
 

Gaussian Quadrature`


Anyone care to explain the concept of gaussian quatrature? I've tried some websites but they're a little over my head. An example would be appreciated, thanks!
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
Oct3-05, 06:54 AM   #2
 
i think it just means solving using integration.
 
Oct3-05, 02:27 PM   #3
 
Well I know its a system of Legendre polynomials used to approximate functions, but I'm not sure of how to actually do it, if any one knows I'd appreciate an explination.
 
Oct3-05, 05:52 PM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor

Gaussian Quadrature`


Gaussian integration involves Hermite polynomials, Legendre polynomials, Laugarre polynomials amongst others. In general, the integral of a function [tex] \int f(x) g dx [/tex] where [tex] g [/tex] is a weighting function, which can be [tex] e^{-x}, e^{-x^2/2} [/tex] etc.... can be written as [tex] \sum_{i} f(x_i) w_i [/tex]. The [tex] x_i [/tex] are the roots of the polynomials you wsh to use to fit and [tex] w [/tex] are weighting functions at those roots.


Look at the Numerical Recipies web site and they explain it very well.

www.nr.com
 
Thread Closed
Thread Tools


Similar Threads for: Gaussian Quadrature`
Thread Forum Replies
5-point Gaussian Quadrature using constructed approximant in Matlab Math & Science Software 1
Gaussian Quadrature Question Calculus 1
Reduced to Quadrature General Math 3
How to prove the output of Linear Filtering a Gaussian Process is still Gaussian? Set Theory, Logic, Probability, Statistics 1
What is the Gaussian Quadrature? General Math 1