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)