roots of 3*3 matrix determinant
古いコメントを表示
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 件のコメント
Walter Roberson
2022 年 1 月 5 日
Do you have the symbolic toolbox? if so then use solve()
Cem Eren Aslan
2022 年 1 月 5 日
Walter Roberson
2022 年 1 月 5 日
solve(det(M), 'maxdegree', 3)
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!