Skip to content

Commit

Permalink
added table
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrell committed Oct 5, 2017
1 parent d31ca58 commit 84672a6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,18 @@ ylabel('height (m)')
print('figure01','-dpng')
```
![Plot showing the final shape of the powerline](./figures/figure01.png)

#Problem 3

```
### Divergence of Newton-Raphson Method
| iteration | x_i | approx error |
| --- | --- | --- |
| 0 | 3 | n/a |
| 1 | 3.2857 | 8.6957 |
| 2 | 3.5276 | 6.8573 |
| 3 | 3.7422 | 5.7348 |
| 4 | 3.9375 | 4.9605 |
| 5 | 4.1182 | 4.3873 |
```

0 comments on commit 84672a6

Please sign in to comment.