From 9b131e4b97fa4cf21adedb199185d448d12acd73 Mon Sep 17 00:00:00 2001 From: Leahy Date: Thu, 14 Dec 2017 17:43:40 -0500 Subject: [PATCH] 1 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c54d5df..79681a6 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,9 @@ Solve for the vector w using the function from part C with a P value of 0.001, T ## 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. +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. + +### Function: ``` matlab function [pw_se,w] = SE_diff(T,P,n)