From 385975fca79e4dbf76aeec56d8fc43d846b7b110 Mon Sep 17 00:00:00 2001 From: Erik R Eaton Date: Tue, 28 Mar 2017 17:52:18 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b522c6b..af7b845 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ ## 5. ## Natrual Frequency 1 = 2sqrt(5) + Natural Frequency 2 = 0.5(sqrt(5*(sqrt(129)-9))) Note: In order to calculate the natural frequencies, the first matrix was simplified into a polynomial of degree 8. The poly() function was utilized ````poly(80 20 0 -4200 12000)```` to isolate the roots. The eig() function was utilized for the second, simplified matrix in order to isolate the eigenvalues for each natural frequency.