photo

Arooj Ibrahim


Con actividad desde 2019

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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)...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Respondida
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)...

más de 4 años hace | 0

Pregunta


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...

más de 4 años hace | 2 respuestas | 0

2

respuestas