Back to Computer Fundamentals And Programming repository
Computer Fundamentals And Programming2D

Numerical Methods - Theory & Concepts - Bisection Method

An introduction to numerical methods for solving engineering problems: root finding, linear systems, integration, ODEs, and error analysis.

Open the complete lesson

Bisection Method

Finding the root of f(x) = x³ - x - 2 = 0

Loading chart...
ControlsIter 0
Interval A (a)
1.0000
Interval B (b)
3.0000