Skip to content

Commit

Permalink
added table
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrell committed Oct 3, 2017
1 parent 500a062 commit d31ca58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ root = xr;

Part B

| solver | initial guess(es) | ea | number of iterations|
| --- | --- | --- | --- |
|falsepos | 100,1000 | 9.6376e-06 | 202 |
|mod_secant | 100,1000 | 5.9066e-06 | 24 |
|bisect | 100,1000 | 4.1212e-06 | 8 |

Part C

```MatLab
Expand Down

0 comments on commit d31ca58

Please sign in to comment.