https://github.com/the-mastermind1/algo_3
https://github.com/the-mastermind1/algo_3
algorithms cpp fixed-point-iteration newtons-method
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/the-mastermind1/algo_3
- Owner: The-Mastermind1
- Created: 2024-10-14T16:52:44.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T22:06:28.000Z (8 months ago)
- Last Synced: 2025-03-01T21:15:22.679Z (4 months ago)
- Topics: algorithms, cpp, fixed-point-iteration, newtons-method
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project_3
THIS PROJECT USES THE FIXED POINT ITERATION METHOD AND THE NEWTONS METHOD IN ORDER TO APPROACH THE SOLUTION OF THIS FUNCTION : F(X)=e^x+cos(Π*x)+x-2 IN THE INTERVAL [A,B] WITH MAXIMUM NUMBER OF ITERATIONS=12 . THE CODE IS IN THE Header.h AND Source.CPP