Finding Eigenvectors for Two Matrices using the Generalized Jacobi Method

  • Context: Graduate 
  • Thread starter Thread starter hoshangmustafa
  • Start date Start date
  • Tags Tags
    Eigenvector Matrices
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 2K views
hoshangmustafa
Messages
4
Reaction score
0
TL;DR
If I have two matrices A and B, how can I find an eigenvector for the two matrices?
If I have two matrices A and B, how can I find an eigenvector for the two matrices?
 
Physics news on Phys.org
Eigenvectors belong to a matrix. Matrix A has its eigenvectors. Matrix B has its eigenvectors.
 
Hi,
I meant simultaneous diagonalization of two matrices.
 
I do not think simultaneously diagonalizable matters in procedure of getting eigenvectors of A and B for each.

As examples in QM, x coordinate operator X and y coordinate operator Y are simultaneously diagonarizable.
[tex]XY=YX[/tex]
X has eigenvectors of {|x>}. Y has eigenvectors of {|y>}.

[tex]XX^2=X^2X[/tex]
X^2 has denenerated eigenbectors of |x> and |-x> for eigenvalue x^2
 
Last edited:
Hi,
for example

K=2,1;1,2
M=2,0;0,0
use the generalized Jacobi method to calculate the eigensystem problem
KΦ=λMΦ
 
As [tex]KM \neq MK[/tex], I am afraid that we cannot simultaneously diagonalize them. I might be wrong due to scarce knowledge on Jacobi method.
 
Then KM=MK. M=K+2I where I is identity matrix. Diagonalization of K by product of unitary matrix ##P, P^{-1}## would also diagonalize M. Why don't you try to get it ?