Skip to content

Commit

Permalink
update poly function
Browse files Browse the repository at this point in the history
  • Loading branch information
ere13004 committed Mar 29, 2017
1 parent 385975f commit 454ce2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.
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 0 20 0 -4200 0 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.

![first work] (first work.png)
![second work] (second work.png)
Expand Down

0 comments on commit 454ce2f

Please sign in to comment.