Community Profile

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

답변