https://github.com/the-mastermind1/algo_4
https://github.com/the-mastermind1/algo_4
algorithms cpp fixed-point-iteration newtons-method
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/the-mastermind1/algo_4
- Owner: The-Mastermind1
- Created: 2024-10-14T18:15:23.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T22:07:31.000Z (8 months ago)
- Last Synced: 2025-01-12T11:36:49.203Z (5 months ago)
- Topics: algorithms, cpp, fixed-point-iteration, newtons-method
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project_5
THIS PROJECT USES THE FIXED POINT ITERATION METHOD AND THE NEWTONS METHOD IN ORDER TO APPROACH THE SOLUTION OF THIS FUNCTION : F(X)=0.2*(e^X+COS(Π*X))+X-0.4 IN THE INTERVAL [A,B] WITH MAXIMUM NUMBER OF ITERATIONS=12 . THE CODE IS IN THE Header.h AND Source.CPP
F(X)=0.2*(E^X+COS(P*X))+X-0.4