Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ltd13002 committed Dec 15, 2017
1 parent 6bce50a commit e99df8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit e99df8f

Please sign in to comment.