photo

Arooj Ibrahim


Attivo dal 2019

Followers: 0   Following: 0

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 4 anni fa | 2 risposte | 0

2

risposte

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

oltre 4 anni fa | 0

Domanda


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

oltre 4 anni fa | 2 risposte | 0

2

risposte