Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leahy committed Dec 15, 2017
1 parent c7017a6 commit 3daf399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 3daf399

Please sign in to comment.