Matlab determinant equation solver
古いコメントを表示
Hi, i would like to solve det (I+lambda*M)=0 (not eigenvalue problem) where lambda is complex number and M has 792 3x3 matrix, please can you advise me code to do it?
Thanks beforehand
3 件のコメント
Ameer Hamza
2020 年 5 月 15 日
If M is 792x3, then what are is value of I?
Nasimi Bayramli
2020 年 5 月 15 日
John D'Errico
2020 年 5 月 15 日
編集済み: John D'Errico
2020 年 5 月 15 日
What is a 792 3x3 matrix? Are you saying that M is 792x3x3, so a 3-dimensional matrix? In that case, the determinant of a multi-dimensional matrix is undefined.
Perhaps you want to solve 792 such 3x3 problems. But then, even though you CLAIM this to be not an eigenvalue problem, you are wrong. It is exactly that, just with a twist. (THINK ABOUT IT!) And then all you need to do is use a loop.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Linear Algebra についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!