Array numerical integration by enhanced midpoint rule

Program performs accurate computation of proper integrals with arrays for the lower and upper bounds.
89 descargas
Actualizado 17 Apr 2019

Ver licencia

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

Citar como

Sanjar Abrarov (2024). Array numerical integration by enhanced midpoint rule (https://www.mathworks.com/matlabcentral/fileexchange/71037-array-numerical-integration-by-enhanced-midpoint-rule), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2014a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Language Fundamentals en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
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