photo

Arooj Ibrahim


2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


I need to have eigenvalues of this matrix including symbols "m" and "n"
clear all m=sym('m') n=sym('n') A=sym([0 1/sqrt(3*n*m) 1/sqrt(3*n*m) 1/sqrt(3*n*m) 1/sqrt(3*n*m) 1/sqrt(3*n*m) 1/sqrt(3*n*m)...

4年以上 前 | 2 件の回答 | 0

2

回答

回答済み
what command should i use to have real part of the eigenvalues of the matrix in symbolic form
clear all m=sym('m') n=sym('n') A=sym([0 1/sqrt(3*n*m) 1/sqrt(3*n*m) 1/sqrt(3*n*m) 1/sqrt(3*n*m) 1/sqrt(3*n*m) 1/sqrt(3*n*m)...

4年以上 前 | 0

質問


what command should i use to have real part of the eigenvalues of the matrix in symbolic form
clear all m=sym('m') n=sym('n') A=[0 1 1/sqrt(3*n*m); 2 4 2/sqrt(3*n*m); 3 4 5/sqrt(3*n*m)] eig(A) I need to find the ei...

4年以上 前 | 2 件の回答 | 0

2

回答