Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Fast, fully vectorised version of the Simpson's method for 2D domains. This code avoids the use of any for loops etc. For a given level of accuracy it can be an order of magnitude or more faster than dblquad.
Examples are provided within the code.
Useage:
ans = simp2D('func',xs,xe,ys,ye,NX,NY)
Input parameters:
func - 2D function that accepts vector inputs (otherwise
incorrect results can occur)
xs, xe - x-limits of integration
ys, ye - y-limits of integration
NX - number of integration intervals in the x-direction (should be even)
NY - number of integration intervals in the y-direction (should be even)
Citation pour cette source
Whayne Padden (2026). 2D Simpson's Integrator (https://fr.mathworks.com/matlabcentral/fileexchange/23204-2d-simpson-s-integrator), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
Inspiré par : 3D Simpson's Integrator
A inspiré : 3D Simpson's Integrator, CMS Spread Caps Stochastic Local Volatility Libor Market Model
Catégories
En savoir plus sur Numerical Integration and Differential Equations dans Help Center et MATLAB Answers
Informations générales
- Version 1.0.0.0 (2,79 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.0.0 |
