Lab 5
Between 0 and 1
| Method | Function | Root | # of Iterations |
| bisection | cos(x)-x | 0.7392578125 | 10 |
| bisection | sin(5*x)/x | 3.1421875000000004 | 7 |
| secant | cos(x)-x | 0.73908511212746386 | 4 |
| secant | sin(5*x)/x | 3.1416011407015256 | 2 |
Lab 5
Between 0 and 1
| Method | Function | Root | # of Iterations |
| bisection | cos(x)-x | 0.7392578125 | 10 |
| bisection | sin(5*x)/x | 3.1421875000000004 | 7 |
| secant | cos(x)-x | 0.73908511212746386 | 4 |
| secant | sin(5*x)/x | 3.1416011407015256 | 2 |