Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ndm13002 committed May 1, 2017
1 parent 0b06272 commit d508893
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Expand Up @@ -25,3 +25,23 @@ Used functions/scripts:
a-d: CDM.m, plotCDM_Part_3.m

![q versus maximum deflection for various N and P](Plot3.PNG)

# Problem 4
Used functions/scripts:

a-d: egv.m, defl.m, solveODE.m

6 Segments -- called with egv(6,0) -- all in hz
| First Natural Frequency | Second Natural Frequency | Third Natural Frequency |
| ------------- | ------------- | ------------- |
| 141.7854 | 529.1503 | 1.0583e+03 |

10 Segments -- called with egv(10,0) -- all in hz
| First Natural Frequency | Second Natural Frequency | Third Natural Frequency |
| ------------- | ------------- | ------------- |
| 143.8803 | 561.4373 | 1.2118e+03 |

20 Segments -- called with egv(20,0) -- all in hz
| First Natural Frequency | Second Natural Frequency | Third Natural Frequency |
| ------------- | ------------- | ------------- |
| 144.7715 | 575.5213 | 1.2816e+03 |

0 comments on commit d508893

Please sign in to comment.