roots of 3*3 matrix determinant
Afficher commentaires plus anciens
Hello all,
I have a matrix as follows;
M = [k(1,1)-12*w k(1,2) k(1,3);k(2,1) k(2,2)-2*w k(2,3);k(3,1) k(3,2) k(3,3)-4*w ];
i want to solve and to find three roots of det(M)=0
how can i solve this?
thanks
3 commentaires
Walter Roberson
le 5 Jan 2022
Do you have the symbolic toolbox? if so then use solve()
Cem Eren Aslan
le 5 Jan 2022
Walter Roberson
le 5 Jan 2022
solve(det(M), 'maxdegree', 3)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!