Array numerical integration by enhanced midpoint rule

版本 1.0.5 (178.7 KB) 作者: Sanjar Abrarov
Program performs accurate computation of proper integrals with arrays for the lower and upper bounds.
89.0 次下载
更新时间 2019/4/17

查看许可证

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

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Language Fundamentals 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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