Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mam13081 committed Dec 15, 2017
1 parent 3217bec commit 0afa309
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -33,7 +33,11 @@ function [w] = membrane_solution3(T,P)
end
```

### Approach
- A matrix is set up using finite element analysis of the interior nodes of a 5x5 matrix
- A vector for the y direction is then set up for the membrane
- Using linear algebra, a vector for the displacement of the nodes is created
- The vector can then be transformed to represent the actual surface as a matrix

# Part B
```matlab
Expand Down Expand Up @@ -74,7 +78,9 @@ function [w] = membrane_solution(T,P,n)
% Membrane displacement is shown on chart
end
```

### Approach
- This problem uses the same steps as with the membrane_solution3 function, except it allows for the user to change the number of interior nodes
- This required alterations of the all the indexing and sizing in the function along with a few calculations

# Part D
```matlab
Expand Down

0 comments on commit 0afa309

Please sign in to comment.