Spectral decomposition of a diagonal matrix

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
3 replies · 2K views
syj
Messages
53
Reaction score
0

Homework Statement


I have
[tex] J=\begin{bmatrix}<br /> \frac{\pi}{2}&0&0\\<br /> 1&\frac{\pi}{2}&0\\<br /> 0&1&\frac{\pi}{2}\\<br /> \end{bmatrix}[/tex]

I need to find [tex]\sin(J) \text{ and } \cos(J) \text{ and show that } \sin^{2}(J)+\cos^{2}(J)=I[/tex]


Homework Equations





The Attempt at a Solution


I have the following:

[tex] \sin(J)=<br /> \begin{bmatrix}<br /> 1&0&0\\<br /> 0&1&0\\<br /> 0&0&1\\<br /> \end{bmatrix}[/tex]

and
[tex] \cos(J)=<br /> \begin{bmatrix}<br /> 0 & 0 & 0\\<br /> 0 & 0 & 0\\<br /> 0 & 0 & 0\\<br /> \end{bmatrix}[/tex]

I don't know if this is correct. All the questions I have examples of have more than one eigenvalue, this one only has one eigenvalue.
 
Physics news on Phys.org
syj said:

Homework Statement


I have
[tex] J=\begin{bmatrix}<br /> \frac{\pi}{2}&0&0\\<br /> 1&\frac{\pi}{2}&0\\<br /> 0&1&\frac{\pi}{2}\\<br /> \end{bmatrix}[/tex]

I need to find [tex]\sin(J) \text{ and } \cos(J) \text{ and show that } \sin^{2}(J)+\cos^{2}(J)=I[/tex]


Homework Equations





The Attempt at a Solution


I have the following:

[tex] \sin(J)=<br /> \begin{bmatrix}<br /> 1&0&0\\<br /> 0&1&0\\<br /> 0&0&1\\<br /> \end{bmatrix}[/tex]

and
[tex] \cos(J)=<br /> \begin{bmatrix}<br /> 0 & 0 & 0\\<br /> 0 & 0 & 0\\<br /> 0 & 0 & 0\\<br /> \end{bmatrix}[/tex]

I don't know if this is correct. All the questions I have examples of have more than one eigenvalue, this one only has one eigenvalue.

J is basically a Jordan form, except its 1's are below the diagonal instead of above; that is, it is a transpose of a Jordan matrix. So, you need to know what is the form of
[tex]\begin{pmatrix} \lambda & 0 & 0 \\<br /> 1 & \lambda & 0 \\<br /> 0 & 1 & \lambda<br /> \end{pmatrix}^n[/tex]

See, eg., http://en.wikipedia.org/wiki/Jordan_normal_form to see why your final answers are incorrect.

RGV
 
The textbook I have defines a Jordan matrix to be one where the 1s are below the diagonal. So the matrix given is already a Jordan matrix.
 
syj said:
The textbook I have defines a Jordan matrix to be one where the 1s are below the diagonal. So the matrix given is already a Jordan matrix.

OK, fine. But did you read the rest of the message?

RGV