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