From c61a3468603b022d584f6dc319e787507a3b13dd Mon Sep 17 00:00:00 2001 From: Leahy Date: Thu, 14 Dec 2017 10:56:12 -0500 Subject: [PATCH] 1 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c25bf87..c64915e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # 07_final_project -### Part A +## Part A +### Problem Statement +Create a function that uses the central finite difference approximation to solve for the displacements of a membrane with 3 x 3 interior nodes. The function should take the pressure and temperature as inputs and output a column vector, w. + ``` matlab function [w] = membrane_solution3(T,P) % Set up initial matrix % T = given tension (microNewton/micrometer)