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

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

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