C++ Programming GalleryMath and others

Numerical Integration in C++

Is solved using the following numerical method algorithms, coded in C++ language:

  • Trapezoidal Rule
  • Simpson’s Rule

Developed by:

JOSE LUIS DE LA CRUZ LAZARO

YACSHA – Software & Desing, since 1999, Lima – Perú
The World of Chaos – EL MUNDO DEL CAOS – Unlimited Programming

You can DOWNLOAD the SOURCE CODE and executable software for FREE from here:

Join The World of Chaos Developer Community😃

Contribute to the project on Github!

HISTORY

  • Version 2 – 07-IV-2024
    • Merges all numerical methods that Root Finding in a single file
    • The code is modernized, converting it into the CNumericalIntegration class
    • Add FormulaParser Library and AddOns Library
    • The FormulaParser library is added to define an y=f(x) from a text string entered by the user, and in this way the user will be able to customize the f(x) equation that will be solved by the numerical methods implemented
    • The ExampleOfUse method is added, to FormulaParser Library, show example code, at runtime, on how to use the FormulaParser library. Very useful to inform the user of how to enter the formulation of the mathematical function
    • Added ExampleOfUse to the “Enter f(x) function” option, to inform the user how to enter the formulation of the mathematical function
  • Version 1 – 30-XI-1999
    • First version for Borland C++ 3.1 and Turbo C 3.0

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button