0

I have two square matrices $X$ and $Y$. Given :$X = I - XY$ and $Y^3 = 0$ how can I show that $X = I - Y + Y^2$ I tried raising to the power of $3$ both sides of the first equation but it didn't help much.

G Tony Jacobs
  • 31,218

2 Answers2

1

$X=1-XY$ gives $XY^2=Y^2-XY^3=Y^2$

Also $X=1-XY$ gives $XY=Y-XY^2=Y-Y^2$

So $X=1-XY= 1-Y+Y^2$

user121049
  • 1,599
1

We have $(I+Y)(I-Y+Y^2)=I+Y^3=I$, so $(I+Y)^{-1}=I-Y+Y^2$. Now $X(I+Y)=I$, so $X=(I+Y)^{-1}$.

Dietrich Burde
  • 130,978