From d508893859c958e269adb13fb5504360c9de2628 Mon Sep 17 00:00:00 2001 From: Nicolas D Mower Date: Sun, 30 Apr 2017 23:22:04 -0400 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 1acd206..0ec12b0 100644 --- a/README.md +++ b/README.md @@ -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 |