Diagonalizing Martrix (S) question

  • Thread starter Thread starter astropi
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on diagonalizing a matrix T defined as T = \begin{pmatrix} cosx & -sinx \\ sinx & cosx \\ \end{pmatrix}. The user successfully calculates the eigenvalues as cosx ± isinx and derives the eigenvectors, resulting in S and S^{-1} matrices. However, an extra coefficient appears when computing STS^{-1}, indicating a miscalculation in the normalization of the eigenvectors. The user confirms that S = (S^{-1})^{\dag} is not necessary for this context, as S is simply the inverse.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Familiarity with matrix operations, specifically inversion
  • Knowledge of complex numbers and their manipulation
  • Basic concepts of linear algebra, particularly diagonalization
NEXT STEPS
  • Review the process of diagonalizing matrices using eigenvalues and eigenvectors
  • Study the properties of unitary matrices and their inverses
  • Learn about the adjoint of a matrix and its implications in linear transformations
  • Explore applications of diagonalization in solving differential equations
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, matrix theory, or complex analysis, will benefit from this discussion.

astropi
Messages
47
Reaction score
0

Homework Statement


First off, this is not for a course, I'm reviewing material. This also *should* be straightforward! I think I'm forgetting something simple, so if someone could point it out to me, I would be able to sleep easy tonight :)
OK! the question:

Given a matrix [tex]T = \begin{pmatrix}<br /> cosx & -sinx\\<br /> sinx & cosx\\<br /> \end{pmatrix}$[/tex]

we want to find the inverse of [tex]{\bf S}^{-1}={\bf S}[/tex] and then take [tex]STS^{-1}[/tex].

Homework Equations


So first I find the eigenvalues which are cosx +/- isinx
Next I calculated the eigenvectors and got a(1) = (1,-i) [column vector]
and a(2) = (1,i) [column vector]
If you normalize the two eigenvectors you get a constant 1/sqrt[2] for both.
That gives me
[tex]S^{-1} = \frac{1}{\sqrt{2}}\begin{pmatrix}<br /> 1 & 1\\<br /> -i & i\\<br /> \end{pmatrix}$[/tex]

and when I solve I get [tex]S = \frac{1}{\sqrt{2}}\begin{pmatrix}<br /> 1/2 & i/2\\<br /> 1/2 & -i/2\\<br /> \end{pmatrix}$[/tex]

The Attempt at a Solution


If you look above, you should see that I did most everything correctly (I believe, let me know if I made an error)! However, clearly [tex]STS^{-1}[/tex] should give me back a matrix with my eigenvalues on the diagonal. However, I get an extra coefficient in front of the matrix which should cancel out. Where is the mistake? Also, along those lines, I read somewhere that [tex]S=(S^{-1})^{\dag}[/tex] is this true? I was always under the impression that S is simply the inverse and you do not need to take the adjoint?
 
Physics news on Phys.org
I get:

[tex] S=\frac{1}{\sqrt{2}}\left(\begin{array}{cc}1&1\\-i&i\end{array}\right)\rightarrow S^{-1}=\frac{1}{\sqrt{2}}\left(\begin{array}{cc}1&i\\1&-i\end{array}\right)[/tex]

The latter term is where it seems you encounter your extra factor. My result does lead to the expected solution:

[tex] S^{-1}TS=\frac{1}{\sqrt{2}}\left(\begin{array}{cc}1&i\\1&-i\end{array}\right)\cdot\left(\begin{array}{cc}\cos(x)&-\sin(x)\\ \sin(x)&\cos(x)\end{array}\right)\cdot\frac{1}{\sqrt{2}}\left(\begin{array}{cc}1&1\\-i&i\end{array}\right)=\left(\begin{array}{cc}\cos(x)+i\sin(x)&0\\0&\cos(x)-i\sin(x)\end{array}\right)[/tex]
 
jdwood983 said:
I get:

[tex] S=\frac{1}{\sqrt{2}}\left(\begin{array}{cc}1&1\\-i&i\end{array}\right)\rightarrow S^{-1}=\frac{1}{\sqrt{2}}\left(\begin{array}{cc}1&i\\1&-i\end{array}\right)[/tex]

The latter term is where it seems you encounter your extra factor. My result does lead to the expected solution:

[tex] S^{-1}TS=\frac{1}{\sqrt{2}}\left(\begin{array}{cc}1&i\\1&-i\end{array}\right)\cdot\left(\begin{array}{cc}\cos(x)&-\sin(x)\\ \sin(x)&\cos(x)\end{array}\right)\cdot\frac{1}{\sqrt{2}}\left(\begin{array}{cc}1&1\\-i&i\end{array}\right)=\left(\begin{array}{cc}\cos(x)+i\sin(x)&0\\0&\cos(x)-i\sin(x)\end{array}\right)[/tex]

Yes, thank you. I made an error in the analysis of [tex]S[/tex] and that lead to the errors :)
 
Last edited:

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
Replies
9
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 15 ·
Replies
15
Views
3K