... | @@ -2497,7 +2497,7 @@ students](https://www.cs.odu.edu/~tkennedy/cs417/s20/Public/exampleReadme/index. |
... | @@ -2497,7 +2497,7 @@ students](https://www.cs.odu.edu/~tkennedy/cs417/s20/Public/exampleReadme/index. |
|
input.
|
|
input.
|
|
|
|
|
|
Perform a quick check of your repo with `git log`. You should see something
|
|
Perform a quick check of your repo with `git log`. You should see something
|
|
simliar to
|
|
similar to
|
|
|
|
|
|
```
|
|
```
|
|
commit e08c3d8d79a9f2650e7b5a7a9984e582e2814dbe
|
|
commit e08c3d8d79a9f2650e7b5a7a9984e582e2814dbe
|
... | @@ -2565,7 +2565,7 @@ Let us make one final edit. Let us fix the missing output listing in `README.md` |
... | @@ -2565,7 +2565,7 @@ Let us make one final edit. Let us fix the missing output listing in `README.md` |
|
python newtons_method.py 2
|
|
python newtons_method.py 2
|
|
```
|
|
```
|
|
|
|
|
|
output simliar to
|
|
output similar to
|
|
|
|
|
|
```
|
|
```
|
|
x = 1.0000000469590518 | f(x) = 9.391810573688986e-08 | 5 iterations
|
|
x = 1.0000000469590518 | f(x) = 9.391810573688986e-08 | 5 iterations
|
... | | ... | |