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
Numerical Integration using Simpson's Rules
Implementation based on the theory contained in "Numerical Methods for Engineers" by Steven C. Chapra.
Instructions to use the function
The user must provide the function as an anonymous function in the command window. This can be done by introducing
f=@(x) x.*exp(2*x)
Then, the user should invoke the function by indicating four parameters:
Simp(f,lmin,lmax,N)
where f is the integrand and N is the number of intervals. lmin and lmax are the lower and upper limits of the definitive integral.
The function automatically chooses the method to follow depending on the value of N.
- If N is an even number, it selects Simpson's rule 1/3
- If N is divisible by 3, it selects Simpson's rule 3/8
- In N is an odd number and not divisible by 3, it combines the methods.
Citation pour cette source
Manuel Ferrer (2026). Numerical Integration using Simpson's Rules (https://fr.mathworks.com/matlabcentral/fileexchange/73538-numerical-integration-using-simpson-s-rules), MATLAB Central File Exchange. Extrait(e) le .
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 (1,72 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 |
