No BSD License
Highlights from
quadg
|
|
| File Information |
| Description |
QUADG implements several different Gaussian quadrature methods. The default method is a Gauss-Kronrod 7(15) method.
The code can also be used as a framework for implementing your own integration method, as long as you can provide the weights and nodes for an integration over [-1,+1]. The framework used is very fast and allows the code to operate much faster than many recursive implementations. It's especially helpful for "open-ended" quadrature methods. |
| Acknowledgements |
This submission has inspired the following:
Gauss3D
|
| MATLAB release |
MATLAB 6.0 (R12)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (1) |
| 19 Aug 2007 |
Andreas Unger
|
|
|
| Updates |
| 13 Dec 2001 |
update version requirements |
| 15 Dec 2001 |
minor bug fixes related to graphical display |
| 04 Apr 2005 |
The default method is actually a Gauss-Kronrod method, not Gauss-Legendre. That's actualyl a key differentiating feature of this code. |
| 06 Feb 2006 |
update description |
|
Contact us at files@mathworks.com