Array numerical integration by enhanced midpoint rule

Program performs accurate computation of proper integrals with arrays for the lower and upper bounds.
91 téléchargements
Mise à jour 17 avr. 2019

Afficher la licence

This function file computes proper integrals over interval [a,b] by enhanced midpoint integration method based on a generalization of the conventional midpoint rule. In contrast to the existing Matlab built-in functions for numerical integration, this program can be used with arrays for the upper and lower integration limits. Such an approach can save significantly computational time. Accuracy in this numerical integration is controlled by truncating integers M and N. The derivation and implementation of the numerical integration formula are shown in works [1, 2]. Some additional information can be found in the supplementary readme.pdf file.

REFERENCES
[1] S. M. Abrarov and B. M. Quine, A formula for pi involving nested radicals, Ramanujan J. 46 (3) (2018) 657-665. https://doi.org/10.1007/s11139-018-9996-8

[2] S. M. Abrarov and B. M. Quine, Identities for the arctangent function by enhanced midpoint integration and the high-accuracy computation of pi, arXiv:1604.03752 (2016). https://arxiv.org/abs/1604.03752

Citation pour cette source

Sanjar Abrarov (2026). Array numerical integration by enhanced midpoint rule (https://fr.mathworks.com/matlabcentral/fileexchange/71037-array-numerical-integration-by-enhanced-midpoint-rule), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2014a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Language Fundamentals dans Help Center et MATLAB Answers
Version Publié le Notes de version
1.0.5

Image frame is adjusted.

1.0.4

Image is changed.

1.0.3

Minor corrections in comments.

1.0.2

Some comments are corrected.

1.0.1

The code is simplified.

1.0.0