1

Can anyone help?

If $A$ is an invertible $n \times n$ matrix and $X,Y$ are $n \times n$ matrices such that $X = AY$ and $X = (A\times A)Y$, does it follow that $X = Y$ ?

Milind Hegde
  • 3,914
user81767
  • 211

3 Answers3

3

We have $X = AY = A^2 Y$, which implies $0 = A^2 Y - AY = (A-I) AY$.

Now since A is invertible, either $A=I$ or $Y=0$. In either case, $X=AY=Y$.

gt6989b
  • 54,422
2

$X=AY$

$\Rightarrow Y=A^{-1}X=A^{-1}A^2Y=AY=X$

1

We have $X=A^2Y=AY.$ Now, $$A^2Y=AY\Rightarrow AY=Y$$ Since $A$ is invertible. Again $AY=X$, hence $X=Y.$

pritam
  • 10,157