EigenValues of a Vibrating system
12 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Chris Dan
am 2 Mär. 2020
Beantwortet: Christine Tobler
am 3 Mär. 2020
Hello,
I have to do a vibration analysis of a beam, but first I am calculating the eigen values of it using the formula
eigs(A,k,'smallestabs')
For my case, I have changed it to
eigs(Mass_Matrix,Stiffness_Matrix,12,'smallestabs') is it correct? or I should change it to
eigs(Stiffness_Matrix,Mass_Matrix,12,'smallestabs')
0 Kommentare
Akzeptierte Antwort
Christine Tobler
am 3 Mär. 2020
Usually for finite element problems, the stiffness matrix is passed in as the first input, and the mass matrix as the second input.
Think of it this way: If all the basis functions in your model were orthogonal to each other and normalized, the mass matrix would be an identity matrix, and you would want to calculate the eigenvalues of the stiffness matrix as a simple eigenvalue problem.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Acoustics, Noise and Vibration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!