Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ere13004 committed Mar 28, 2017
1 parent b2d0df2 commit 385975f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 385975f

Please sign in to comment.