From 990b2e4fe5b587f4f195887fe8e0c63453b663ea Mon Sep 17 00:00:00 2001 From: cjc13016 <31663413+cjc13016@users.noreply.github.com> Date: Thu, 14 Dec 2017 13:02:05 -0500 Subject: [PATCH] . --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 538c5a3..7983c8c 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,12 @@ end ### Part E -```matlab +``` matlab [pw_se,w] = SE_diff(T,P,n); [root,fx,ea,iter] = bisect_final_project(@(T) SE_diff(T,0.001,25),.001,1,.1) ``` -```matlab + The same code was run five times, changing the value of n from 20 to 40 for intervals of 5. -``` | number of nodes | Tension (uN/um) | rel. error| | --- | --- | --- |