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

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

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