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.
- Host: GitHub
- URL: https://github.com/max-ghadri/numerical_computations_course_cpp
- Owner: Max-Ghadri
- License: mit
- Created: 2020-08-21T07:30:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T21:52:44.000Z (almost 3 years ago)
- Last Synced: 2024-12-28T19:26:50.469Z (over 1 year ago)
- Topics: cpp, numerical-computation
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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