Skip to content

The program in Python to determine the solution of a nonlinear equation using bisection.

Notifications You must be signed in to change notification settings

rajgubrele/bisection_method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

bisection_method

The program in Python to determine the solution of a nonlinear equation using the bisection. The code will compulsorily return the solution and the number of iterations to get a converged solution. Apart from that the function statement also have the provision to print intermediate results such as solutions at intermediate iterations, plot of the input function, plot of the solution as function of iteration etc., when asked for Consider the following example

About

The program in Python to determine the solution of a nonlinear equation using bisection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages