Bisection Method Instructions
- Enter an expression representing the function
f(x). Special
mathematical
functions and constants are available.
- Enter the value
a for the left end point of interval
- Enter the value
b for the right end point of interval.
The interval must be chosen so that f(a) and f(b) have opposite
signs.
- Enter the starting and ending iteration numbers for display.
For example if the starting and ending iteration are 10 and
25 then the bisection results will be displayed only for iterations
10 to 25.
- Click the iterate button
- The result will appear in a separate browser window. You can print
the results by selecting print from the file menu. If you do another
fixed point iteration the new results will overwrite the contents of
the result window.
Back to bisection method program