How to Implement Calculus in C++
- Aitken Method
- Euler Method
- Euler Modified Method
- Euler Improved Method
- Rungee Kutta 2nd Order Formula
- Rungee Kutta 3rd Order Formula
- Rungee Kutta 4th Order Formula
- Langrange Method
- Trapizodal Method for Integration
- Simsun 1/3 Method of Integration
- Simsun 3/8 Method of Integration
I hope these will help you students of Computer Science and others who want to know how to implement math in programming.
Happy Coding :-)