Lab 5
Between -0.2 and 3.2
| Method | Function | Root | # of Iterations |
| bisection | cos(x) - x | 0.73886718750000013 | 10 |
| bisection | sin(5x)/x | 0.62822265624999996 | 11 |
| secant | cos(x) - x | 0.73901351511969904 | 4 |
| secant | siin(5x)/x | 3.1413366266467282 | 3 |
Lab 5
Between -0.2 and 3.2
| Method | Function | Root | # of Iterations |
| bisection | cos(x) - x | 0.73886718750000013 | 10 |
| bisection | sin(5x)/x | 0.62822265624999996 | 11 |
| secant | cos(x) - x | 0.73901351511969904 | 4 |
| secant | siin(5x)/x | 3.1413366266467282 | 3 |