Solve Idempotent Matrices: 3x3 X1, X2, X3 and Show AXi=Xi

  • Thread starter Thread starter sam.baranoff
  • Start date Start date
  • Tags Tags
    Matrices
sam.baranoff
Messages
2
Reaction score
0
Guys, I really need your help. I've been working on this problem all day, and I'm starting to pull my hair out.

I have three idempotent 3x3 matrices X1, X2 and X3.
X1=[1,1,1;0,0,0;0,0,0]
X2=[0,0,0;1,1,1;0,0,0]
X3=[0,0,0;0,0,0;1,1,1]

Let A=aX1+bX2+cX3 where a, b, c are scalars

Show that AXi=Xi (where i=1, 2, 3)

I get A=[a,a,a;b,b,b;c,c,c], but then I have AXi=A... What am I doing wrong?
 
Physics news on Phys.org
welcome to pf!

hi sam! welcome to pf! :smile:
sam.baranoff said:
I have three idempotent 3x3 matrices X1, X2 and X3.
X1=[1,1,1;0,0,0;0,0,0]
X2=[0,0,0;1,1,1;0,0,0]
X3=[0,0,0;0,0,0;1,1,1]

Let A=aX1+bX2+cX3 where a, b, c are scalars

Show that AXi=Xi (where i=1, 2, 3)

I get A=[a,a,a;b,b,b;c,c,c], but then I have AXi=A... What am I doing wrong?

yes, i get the same :smile:

it must be a misprint for "Show that AXi = A" :rolleyes:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top