From a6858ae89abf4265649349b28f58edc71713a9eb Mon Sep 17 00:00:00 2001 From: Ryan C Cooper Date: Wed, 18 Oct 2017 09:19:26 -0400 Subject: [PATCH 1/2] update link for HW3 submission --- HW3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HW3/README.md b/HW3/README.md index 16e3790..eb65d5e 100644 --- a/HW3/README.md +++ b/HW3/README.md @@ -4,7 +4,7 @@ The following problems should be worked out by hand. You can check your work with Matlab/Octave. Upload a pdf of the completed calculations into a github repository called '03_review_1-10'. Then, submit your repo link to -(https://goo.gl/forms/xZ5AqRmSdugurwl33)[https://goo.gl/forms/xZ5AqRmSdugurwl33] +(https://goo.gl/forms/h6OMBURAZ6bJB2xG2)[https://goo.gl/forms/h6OMBURAZ6bJB2xG2] 1. Use the Newton-Raphson method to approximate when f(x)=0. Start with an initial guess of $x_{0}=0$. From 842cba168ada43900b76f7ffa6e2857425f62c30 Mon Sep 17 00:00:00 2001 From: Ryan C Cooper Date: Wed, 18 Oct 2017 09:20:14 -0400 Subject: [PATCH 2/2] update link for HW3 submission --- HW3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HW3/README.md b/HW3/README.md index eb65d5e..183ed61 100644 --- a/HW3/README.md +++ b/HW3/README.md @@ -4,7 +4,7 @@ The following problems should be worked out by hand. You can check your work with Matlab/Octave. Upload a pdf of the completed calculations into a github repository called '03_review_1-10'. Then, submit your repo link to -(https://goo.gl/forms/h6OMBURAZ6bJB2xG2)[https://goo.gl/forms/h6OMBURAZ6bJB2xG2] +[https://goo.gl/forms/h6OMBURAZ6bJB2xG2](https://goo.gl/forms/h6OMBURAZ6bJB2xG2) 1. Use the Newton-Raphson method to approximate when f(x)=0. Start with an initial guess of $x_{0}=0$.