Skip to content

Opening book details…

About this document

Bisection Method in FORTRAN 90 by Danny Bakani is a document available to read on EtoBox.

Fortran 90 is a programming language developed in the late 20th century. The document discusses using the bisection method to find roots of nonlinear equations. It provides an example of using bisection to find a root of the equation f(x) = 3x + sin(x) - exp(x) between 0 and 0.5. Through repeated bisection of intervals and evaluation of the function, the root is approximated to a value of 0.3605 within the specified error tolerance. Pseudocode and a Fortran program implementing bisection are also presented.

Author
Danny Bakani
Language
EN