Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leahy committed Dec 14, 2017
1 parent c1713ed commit c61a346
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit c61a346

Please sign in to comment.