An open API service indexing awesome lists of open source software.

https://github.com/max-ghadri/numerical_computations_course_cpp

I did a few projects for the Numerical Computations course using C++. Project’s title: Formula modelling and solving relevant issues by using Visual Studio Software.
https://github.com/max-ghadri/numerical_computations_course_cpp

cpp numerical-computation

Last synced: 7 days ago
JSON representation

I did a few projects for the Numerical Computations course using C++. Project’s title: Formula modelling and solving relevant issues by using Visual Studio Software.

Awesome Lists containing this project

README

          

# Numerical Computations Course
I did a few projects for the Numerical Computations course using C++.

The projects' source code are provided and the subject are:
1. Root-Finding:
1.1. Bracketing Methods
1.2. Interpolation Method
1.3. Newton's Method
3. Lagrange polynomials
4. Regression Analysis
5. Numerical integration:
4.1. Closed Newton–Cotes Formula Simpson's Rule
4.2. Closed Newton–Cotes Formula Composite Trapezoid Rule
4.3. Closed Newton–Cotes Formula Composite Simpson's Rule