How to use part A in order to solve pard B

  • Thread starter Thread starter transgalactic
  • Start date Start date
transgalactic
Messages
1,386
Reaction score
0
part A(i managed to solve it):
X is a variable of M_{3X3}
<br /> D=\bigl(\begin{smallmatrix}<br /> \lambda_1 &amp;0 &amp;0 \\ <br /> 0 &amp; \lambda_2&amp; 0\\ <br /> 0&amp;0 &amp;\lambda_3 <br /> \end{smallmatrix}\bigr)<br />
where
\lambda_1,\lambda_2,\lambda_3 are different rational numbers.
solve XD=DX for X.

solution:

<br /> \bigl(\begin{smallmatrix}<br /> x_{11}&amp; x_{12} &amp; x_{13}\\ <br /> x_{21}&amp;x_{22} &amp;x_{23} \\ <br /> x_{31}&amp;x_{32} &amp;x_{33} <br /> \end{smallmatrix}\bigr)\bigl(\begin{smallmatrix}<br /> \lambda_1 &amp;0 &amp;0 \\ <br /> 0 &amp; \lambda_2&amp; 0\\ <br /> 0&amp;0 &amp;\lambda_3 <br /> \end{smallmatrix}\bigr)=\bigl(\begin{smallmatrix}<br /> \lambda_1 &amp;0 &amp;0 \\ <br /> 0 &amp; \lambda_2&amp; 0\\ <br /> 0&amp;0 &amp;\lambda_3 <br /> \end{smallmatrix}\bigr)\bigl(\begin{smallmatrix}<br /> x_{11}&amp; x_{12} &amp; x_{13}\\ <br /> x_{21}&amp;x_{22} &amp;x_{23} \\ <br /> x_{31}&amp;x_{32} &amp;x_{33} <br /> \end{smallmatrix}\bigr)<br />

so i get
<br /> \bigl(\begin{smallmatrix}<br /> x_{11}\lambda_1&amp; x_{12}\lambda_2 &amp; x_{13}\lambda_3\\ <br /> x_{21}\lambda_1&amp;x_{22}\lambda_2 &amp;x_{23}\lambda_3 \\ <br /> x_{31}\lambda_1&amp;x_{32}\lambda_2 &amp;x_{33}\lambda_3 <br /> \end{smallmatrix}\bigr)=\bigl(\begin{smallmatrix}<br /> x_{11}\lambda_1&amp; x_{12}\lambda_1 &amp; x_{13}\lambda_1\\ <br /> x_{21}\lambda_2&amp;x_{22}\lambda_2 &amp;x_{23}\lambda_2 \\ <br /> x_{31}\lambda_3&amp;x_{32}\lambda_3 &amp;x_{33}\lambda_3 <br /> \end{smallmatrix}\bigr)
so for both side to be equal X must be of diagonal structure
every member must be zero except the diagonal
because the lambda values are given as different.

part B(the one that i don't understand):
<br /> A=\bigl(\begin{smallmatrix}<br /> 13&amp; -42 &amp; 0\\ <br /> 7&amp;-22 &amp;0\\ <br /> 0&amp;0&amp;3 <br /> \end{smallmatrix}\bigr)
what is the solution space of XA=AX (use part A)??

i tried
XA=AX
XPDP^-1=PDP^-1X (multiplying by p from the right)
XPDP^-1P=PDP^-1XP
XPD=PDP^-1XP (multiplying by p^-1 from the left)
P^-1XPD=P^-1PDP^-1XP
P^-1XPD=DP^-1XP

another thing i could find is the eigen values of the matrix
i got
\lambda_1=-1 and \lambda_2=-8
and \lambda_3=3

P^-1AP=\bigl(\begin{smallmatrix}<br /> -1&amp; 0 &amp; 0\\ <br /> 0&amp;-8 &amp;0\\ <br /> 0&amp;0&amp;3 <br /> \end{smallmatrix}\bigr)
i can substitute A by X but what's to do next??
 
Last edited:
Physics news on Phys.org
For the a part, you don't show what you actually got for matrix X, which is a 3 x 3 diagonal matrix with x11, x22, and x33 on the diagonal.

For the b part, you're given a matrix A. The most obvious start would be to carry out the products AX and XA and see what you get.
 
X matrix are all the matrices which are diagonalized

i was told to use part A not do a straight multiplication
 
Apparently you were also told to use part a, but you're not using it if you don't show what you get for matrix X. Regardless of what you were told, if I had to do this problem, I would multiply AX and XA and see what I got.
 
in part A in order for the equality to be true
x must look as
<br /> \bigl(\begin{smallmatrix}<br /> x_{11}\lambda_1&amp;0 &amp; 0\\ <br /> 0&amp;x_{22}\lambda_2 &amp;0 \\ <br /> 0&amp;0 &amp;x_{33}\lambda_3 <br /> \end{smallmatrix}\bigr)<br />
does it help in using part B

after i got this
P^-1XPD=DP^-1XP
??
 
No, your matrix X has to look like this:
\bigl(\begin{smallmatrix} x_{11}&amp;0 &amp; 0\\ 0&amp;x_{22} &amp;0 \\ 0&amp;0 &amp;x_{33} \end{smallmatrix}\bigr)

What you just showed was XD or DX, not X.

You're given matrix A (you showed it in your first post). Use what you've found about matrix X to find the solution space of AX = XA.
 
Last edited:
i get this expression
P^-1XPD=DP^-1XP

x is diagonal
P^-1XP is a formula for diagonalizing a matrix
what solution i need to find??
 
transgalactic said:
i get this expression
P^-1XPD=DP^-1XP
Why are you still messing around with this? Do you know what problem you're trying to solve? It's not evident to me that you do.
transgalactic said:
x is diagonal
P^-1XP is a formula for diagonalizing a matrix
what solution i need to find??

Do you want me to hold your hand? Look at my post #6.
 
you are right
i don't understand what i am asked to find
i need to find X
??
 
  • #10
OK, here's X
\bigl(\begin{smallmatrix} x_{11}&amp;0 &amp; 0\\ 0&amp;x_{22} &amp;0 \\ 0&amp;0 &amp;x_{33} \end{smallmatrix}\bigr)

And here's A
\bigl(\begin{smallmatrix} 13&amp; -42 &amp; 0\\ 7&amp;-22 &amp;0\\ 0&amp;0&amp;3 \end{smallmatrix}\bigr)

Put them in the equation AX = XA. What do you get? The equations in x11, x22, and x33 will determine the solution space for the equation AX = XA.
 
  • #11
Regarding my previous post, I haven't worked this problem through, but I'm just trying to show you my thinking process. It's possible that what I've proposed is a deadend, but you can't know that until you've tried it.

Now, why is it that I know what you're asked to find? I looked at the problem you showed in your first post. You have to know what the problem is, and what are the relevant definitions for your problem.
 
  • #12
<br /> \bigl(\begin{smallmatrix} x_{11}&amp;0 &amp; 0\\ 0&amp;x_{22} &amp;0 \\ 0&amp;0 &amp;x_{33} \end{smallmatrix}\bigr)<br /> \bigl(\begin{smallmatrix} 13&amp; -42 &amp; 0\\ 7&amp;-22 &amp;0\\ 0&amp;0&amp;3 \end{smallmatrix}\bigr)=\bigl(\begin{smallmatrix} 13x_{11}&amp;-42x_{11} &amp; 0\\ 7x_{22}&amp;-22x_{22} &amp;0 \\ 0&amp;0 &amp;3x_{33} \end{smallmatrix}\bigr)<br />
<br /> \bigl(\begin{smallmatrix} 13&amp; -42 &amp; 0\\ 7&amp;-22 &amp;0\\ 0&amp;0&amp;3 \end{smallmatrix}\bigr)\bigl(\begin{smallmatrix} x_{11}&amp;0 &amp; 0\\ 0&amp;x_{22} &amp;0 \\ 0&amp;0 &amp;x_{33} \end{smallmatrix}\bigr)<br /> =\bigl(\begin{smallmatrix} 13x_{11}&amp;-42x_{11} &amp; 0\\ 7x_{22}&amp;-22x_{22} &amp;0 \\ 0&amp;0 &amp;3x_{33} \end{smallmatrix}\bigr)<br />

from both multiplication i get the same matrix
what to do now
?
 
  • #13
AX and XA don't come out the same. Try again. Since there are only three nonzero entries in X, you're less prone to making errors if you write it like this:
X = \bigl[\begin x_{1}&amp;0 &amp; 0\\ 0&amp;x_{2} &amp;0 \\ 0&amp;0 &amp;x_{3} \end \bigr]
 
  • #14
i can't see my mistake
<br /> \begin{bmatrix}<br /> x_1 &amp;0 &amp;0 \\ <br /> 0&amp;x_2 &amp;0 \\ <br /> 0&amp; 0&amp; x_3<br /> \end{bmatrix}<br /> <br /> \begin{bmatrix}<br /> 13 &amp;-42 &amp;0 \\ <br /> 7&amp;-22 &amp;0 \\ <br /> 0&amp; 0&amp; 3<br /> \end{bmatrix}<br /> =<br /> \begin{bmatrix}<br /> 13x_1 &amp;-42x_1 &amp;0 \\ <br /> 7x_2 &amp;-22x_2 &amp;0 \\ <br /> 0&amp; 0&amp; 3x_3<br /> \end{bmatrix}\\<br />
same here
<br /> \begin{bmatrix}<br /> 13 &amp;-42 &amp;0 \\ <br /> 7&amp;-22 &amp;0 \\ <br /> 0&amp; 0&amp; 3<br /> \end{bmatrix}<br /> <br /> \begin{bmatrix}<br /> x_1 &amp;0 &amp;0 \\ <br /> 0&amp;x_2 &amp;0 \\ <br /> 0&amp; 0&amp; x_3<br /> \end{bmatrix}<br /> =<br /> \begin{bmatrix}<br /> 13x_1 &amp;-42x_1 &amp;0 \\ <br /> 7x_2 &amp;-22x_2 &amp;0 \\ <br /> 0&amp; 0&amp; 3x_3<br /> \end{bmatrix}\\<br />
 
  • #15
transgalactic said:
i can't see my mistake
<br /> \begin{bmatrix}<br /> x_1 &amp;0 &amp;0 \\ <br /> 0&amp;x_2 &amp;0 \\ <br /> 0&amp; 0&amp; x_3<br /> \end{bmatrix}<br /> <br /> \begin{bmatrix}<br /> 13 &amp;-42 &amp;0 \\ <br /> 7&amp;-22 &amp;0 \\ <br /> 0&amp; 0&amp; 3<br /> \end{bmatrix}<br /> =<br /> \begin{bmatrix}<br /> 13x_1 &amp;-42x_1 &amp;0 \\ <br /> 7x_2 &amp;-22x_2 &amp;0 \\ <br /> 0&amp; 0&amp; 3x_3<br /> \end{bmatrix}\\<br />
same here
The errors (two of them) are in the multiplication below.
transgalactic said:
<br /> \begin{bmatrix}<br /> 13 &amp;-42 &amp;0 \\ <br /> 7&amp;-22 &amp;0 \\ <br /> 0&amp; 0&amp; 3<br /> \end{bmatrix}<br /> <br /> \begin{bmatrix}<br /> x_1 &amp;0 &amp;0 \\ <br /> 0&amp;x_2 &amp;0 \\ <br /> 0&amp; 0&amp; x_3<br /> \end{bmatrix}<br /> =<br /> \begin{bmatrix}<br /> 13x_1 &amp;-42x_1 &amp;0 \\ <br /> 7x_2 &amp;-22x_2 &amp;0 \\ <br /> 0&amp; 0&amp; 3x_3<br /> \end{bmatrix}\\<br />
 
  • #16
Here we are at post 16, still futzing around with something that I suggested you should try all the way back in post 2. I have to say it's pretty frustrating for me. I can only hope that you start to pick up on some of the guidance that I and others on this forum are trying to provide you so that you can do some of this on your own.
 
Back
Top