Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 531 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 531 Bytes

Bisection Algorithm: Line Search Using Derivatives

A screenshot of the program is given to solve the function f(x)= 3x^5 -4x^6.

Here, x is between the interval [-10,10] and the number of iterations is 3:

bisection

For more information about the algorithm please chack the book "Nonlinear Programming: Theory and Algorithms 3rd Edition" by Mokhtar S. Bazaraa (Author), Hanif D. Sherali (Author), C. M. Shetty (Author)