How to diagonalize a matrix with complex eigenvalues?

Click For Summary
SUMMARY

The discussion focuses on diagonalizing the matrix $$ \mathbf {M} = \begin{pmatrix} 1 & -\varphi /N \\ \varphi /N & 1 \\ \end{pmatrix} $$ to obtain $$ \mathbf{M^{'}= SMS^{-1} }$$. The eigenvalues calculated are $$ \lambda = 1 \pm \frac{\varphi}{N} $$, leading to the unnormalized eigenvectors $$ \begin{pmatrix} i \\ 1 \end{pmatrix} $$ and $$ \begin{pmatrix} -i \\ 1 \end{pmatrix} $$. Normalization of these vectors results in $$ \frac{(i, 1)}{\sqrt{2}} $$ and $$ \frac{(-i, 1)}{\sqrt{2}} $$. The confusion arose when the user mistakenly computed $$ S^{-1}MS $$ instead of the required $$ SMS^{-1} $$, leading to an incorrect diagonalization.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Familiarity with matrix normalization techniques
  • Knowledge of the diagonalization process in linear algebra
  • Experience with complex numbers and their operations
NEXT STEPS
  • Study the process of matrix diagonalization in detail
  • Learn about the significance of eigenvalues and eigenvectors in linear transformations
  • Explore normalization techniques for complex vectors
  • Investigate the implications of complex eigenvalues in real matrices
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as anyone involved in computational mathematics or physics requiring matrix diagonalization techniques.

Haorong Wu
Messages
419
Reaction score
90

Homework Statement



Diagonalize the matrix $$ \mathbf {M} =
\begin{pmatrix}
1 & -\varphi /N\\
\varphi /N & 1\\
\end{pmatrix}
$$ to obtain the matrix $$ \mathbf{M^{'}= SMS^{-1} }$$

Homework Equations



First find the eigenvalues and eigenvectors of ##\mathbf{M}##, and then normalize the eigenvectors to get ##\mathbf{S^{-1}}##.

The Attempt at a Solution



After calculation, the eigenvalues are ## \lambda = 1 \pm \frac \varphi N##, and the corresponding eigenvectors (unnormalized) are ##\begin{pmatrix}
i \\ 1
\end{pmatrix}## and ##
\begin{pmatrix}
-i \\1
\end{pmatrix}
##.

Then I try to Schmidt them, but I failed to normalize them.

Could you help me normalize them?

Regards
 
Physics news on Phys.org
Normalize = divide by their norm to get a vector with length 1.

The norm of the vector ##(i,1)## is ##\sqrt{2}##, so we get the normalized vector ##(i/\sqrt{2}, 1/\sqrt{2})##. Can you do the same thing for the other vector now?
 
Math_QED said:
Normalize = divide by their norm to get a vector with length 1.

The norm of the vector ##(i,1)## is ##\sqrt{2}##, so we get the normalized vector ##(i/\sqrt{2}, 1/\sqrt{2})##. Can you do the same thing for the other vector now?

Thanks, Math_QED.

I concluded the normalized vectors are ##\frac {\left( i , 1\right) } {\sqrt 2}## and ##\frac {\left( -i , 1\right) } {\sqrt 2}##, as well. Then ##\mathbf {S^{-1}} = \frac 1 {\sqrt 2} \begin{pmatrix} i & -i \\ 1 & 1 \end{pmatrix}##.
However, ##\mathbf {SMS^{-1}} =\frac 1 {\sqrt 2} \begin{pmatrix} i & -i \\ 1 & 1 \end{pmatrix}
\begin{pmatrix}
1 & -\varphi /N\\
\varphi /N & 1\\
\end{pmatrix}
\frac 1 {\sqrt 2} \begin{pmatrix} -i & 1 \\ i & 1 \end{pmatrix}
= \begin{pmatrix} 1 & -i\varphi /N \\-\varphi /N & 1 \end{pmatrix}
## , which is not the diagonized matrix I should get.
There is definitely somewhere I am wrong, I can't find it out.
Could you please help me point it out?
Thanks!
 
Haorong Wu said:
Thanks, Math_QED.

I concluded the normalized vectors are ##\frac {\left( i , 1\right) } {\sqrt 2}## and ##\frac {\left( -i , 1\right) } {\sqrt 2}##, as well. Then ##\mathbf {S^{-1}} = \frac 1 {\sqrt 2} \begin{pmatrix} i & -i \\ 1 & 1 \end{pmatrix}##.
However, ##\mathbf {SMS^{-1}} =\frac 1 {\sqrt 2} \begin{pmatrix} i & -i \\ 1 & 1 \end{pmatrix}
\begin{pmatrix}
1 & -\varphi /N\\
\varphi /N & 1\\
\end{pmatrix}
\frac 1 {\sqrt 2} \begin{pmatrix} -i & 1 \\ i & 1 \end{pmatrix}
= \begin{pmatrix} 1 & -i\varphi /N \\-\varphi /N & 1 \end{pmatrix}
## , which is not the diagonized matrix I should get.
There is definitely somewhere I am wrong, I can't find it out.
Could you please help me point it out?
Thanks!

You computed ##S^{-1}MS## not ##SMS^{-1}##, which is the one you want.
 
Dick said:
You computed ##S^{-1}MS## not ##SMS^{-1}##, which is the one you want.
Oh, no! How embarrassing! I waste all the afternoon.

Thank you, Dick, and Math_QED.
 
Haorong Wu said:

Homework Statement



Diagonalize the matrix $$ \mathbf {M} =
\begin{pmatrix}
1 & -\varphi /N\\
\varphi /N & 1\\
\end{pmatrix}
$$ to obtain the matrix $$ \mathbf{M^{'}= SMS^{-1} }$$

Homework Equations



First find the eigenvalues and eigenvectors of ##\mathbf{M}##, and then normalize the eigenvectors to get ##\mathbf{S^{-1}}##.

The Attempt at a Solution



After calculation, the eigenvalues are ## \lambda = 1 \pm \frac \varphi N##, and the corresponding eigenvectors (unnormalized) are ##\begin{pmatrix}
i \\ 1
\end{pmatrix}## and ##
\begin{pmatrix}
-i \\1
\end{pmatrix}
##.

Then I try to Schmidt them, but I failed to normalize them.

Could you help me normalize them?

Regards

The eigenvalues of A are ##1 \pm i \varphi/N,## not what you wrote. Your typo confused me, as I wondered how a real matrix with real eigenvalues could need complex eigenvectors.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
9
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K