From e99df8f05b5319ee36a98cec56bc29c3e8b2bd11 Mon Sep 17 00:00:00 2001 From: Lucas T Dombroski Date: Thu, 14 Dec 2017 21:15:35 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a80390f..675d4e5 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Use membranesolution3 function to solve for w and plot the result with surf(X,Y, # Part C ### Problem -Create a central finite difference approximation function to solve for the membrane displacement gradient with n-by-n interior nodes [[w]=membrane_solution(T,P)]. The inputs are tension (T), pressure (P), and number of nodes (n), and the output is column vector w. +Create a central finite difference approximation function to solve for the membrane displacement gradient with n-by-n interior nodes [[w]=membrane_solution(T,P,n)]. The inputs are tension (T), pressure (P), and number of nodes (n), and the output is column vector w. ```matlab function [w] = membrane_solution(T,P,n) % membrane_solution: dispalacement of node for membrane with nxn interior nodes