|
Sequence of Bisect implementations
|
Go to the source code of this file.
Functions | |
| graphics | fplot (f,[a, b]) |
Variables | |
| clear | |
| clc | |
| clf define function syms x | f = sin(x) - 0.5 * x |
| define interval | a = 0 |
| b = 2 | |
| old | __pad0__ |
| graphics fplot | ( | f | ) |
| Call the bisection method to find the root of the function a = 0 |