diff --git a/README.md b/README.md index 243bbf4..c54d5df 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,9 @@ Solve for the vector w using the function from part C with a P value of 0.001, T ![nxn Interior Nodes, n = 10](./figures/figure2.png) -### Part E +## Part E +### Problem Statement +Create a function that calculates the difference between the strain energy and the work done by pressure for a membrane with n x n elements. The function should output a single value for this difference (pw_se) as well as the w vector from part C. ``` matlab function [pw_se,w] = SE_diff(T,P,n)