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