Spactra radius of a 4×4 matrices

6 ビュー (過去 30 日間)
Sunday Aloke
Sunday Aloke 2025 年 4 月 17 日
コメント済み: Paul 2025 年 4 月 17 日

I want to find the Spectra redius of the matrices below but I kept running into problem. syms a b c d e f g F = [0 0 0 a; 0 0 0 b; 0 0 0 c; e f g 0]

syms q r s t u V = [q 0 0 0; r s 0 0; 0 0 t 0; 0 0 0 u]

Vi = inv(V) % calculate inverse of V

K = F*Vi % compute the next generation matrix

  1 件のコメント
Paul
Paul 2025 年 4 月 17 日
What's the difference between this question and the question posted at Spectral radius of 4×4 matrices.?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Coder についてさらに検索

タグ

製品


リリース

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by