Eigen value and eigen vector of a 2*2 block matrix

3 Ansichten (letzte 30 Tage)
ASHA RANI
ASHA RANI am 19 Mai 2021
Kommentiert: SALAH ALRABEEI am 11 Jun. 2021
syms a51 a53 a54 a56 a62 a65 a67 a68 a71 a73 a74 a76 a81 a83 a84 a86
A= zeros(4);
B=eye(4);
C=[a51 0 a53 a54; 0 a62 0 0;a71 0 a73 a74;a81 0 a83 a84];
D=[ 0 a56 0 0;a65 0 a67 a68;0 a76 0 0;0 a86 0 0];
G=[A B;C D]
I want to find eigen value and eigen vector of Matrix G. I tried the code eig (G), but it not works.
For this matrix G, the characteristic polynomial can be reduced to a fourth order equation with the eigenvalues being the positive and negative square roots of the roots of that equation, But how this result help to find expresion for eigen value of G and also eigen vector (in terms of general eigen value e)?
  2 Kommentare
Steven Lord
Steven Lord am 19 Mai 2021
What does "it not works" mean?
  • Do you receive warning and/or error messages? If so the full and exact text of those messages (all the text displayed in orange and/or red in the Command Window) may be useful in determining what's going on and how to avoid the warning and/or error.
  • Does it do something different than what you expected? If so, what did it do and what did you expect it to do?
  • Did MATLAB crash? If so please send the crash log file (with a description of what you were running or doing in MATLAB when the crash occured) to Technical Support using the telephone icon in the upper-right corner of this page so we can investigate.
SALAH ALRABEEI
SALAH ALRABEEI am 11 Jun. 2021
I think eig command works only for values not symobls

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by