From 3daf399f8af002d376801f3e913283aac67f17f2 Mon Sep 17 00:00:00 2001 From: Leahy Date: Thu, 14 Dec 2017 19:26:58 -0500 Subject: [PATCH] 1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a96209..1e27654 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ end ## Part F ### Problem Statement -Using a root finding method, calculate the tension in the membrane with a given pressure of 0.001 MPa and while testing every 5 nodes from 0 to 20. Display the results in a table and show that the error in the tension is decreasing as the number of nodes is increased. +Using a root finding method, calculate the tension in the membrane based on a given pressure of 0.001 MPa and testing every 5 nodes from 20 to 40. Display the results in a table and show that the error in the tension is decreasing as the number of nodes is increased. ### Approach Using the bisect method, the tension in the membrane based on the conditions given in the problem statement is found. The relative error is found by calculating the difference between the error from the initial number of nodes to all of the subsequent node values. @@ -215,7 +215,7 @@ Output - Based on 10 interior nodes: ![Pressure vs. Max Deflection](./figures/figure3.png) -## Part H - Extra Credit +## Part H - Extra Credit ### Problem Statement Show that the constant A is converging as the number of interior nodes is increased and display it in a table similar to the one seen in part F.