Numerical integration on an irregular grid
- From: Glyn Edwards <glynedwards@xxxxxxxxxxx>
- Date: Sat, 17 Dec 2005 18:04:00 +0000
Is there a "best" way to approximate the integral of a function
when the function is only known at irregularly spaced points? It is safe
tu assume the function is continuous.
Currently I am using a simple trapezium rule as I can't find anything more
appropriate that isn't restricted to regular grids (Simpson's rule). The
only way I could get the function at regular points is by interpolation.
Glyn
.
- Follow-Ups:
- Re: Numerical integration on an irregular grid
- From: mhill37
- Re: Numerical integration on an irregular grid
- From: Julian V. Noble
- Re: Numerical integration on an irregular grid
- From: bv
- Re: Numerical integration on an irregular grid
- Prev by Date: Re: Order of Magnitute(Big Oh)
- Next by Date: Re: solving linear equations with LAPACK/Matlab
- Previous by thread: Does Lapack++ need Lapack library?
- Next by thread: Re: Numerical integration on an irregular grid
- Index(es):