edited by
3,159 views
22 votes
22 votes

Let $A$ be a matrix such that $A^{k}=0$. What is the inverse of $I - A$?

  1. $0$
  2. $I$
  3. $A$
  4. $1 + A + A^{2} + ...+ A^{k - 1}$
  5. Inverse is not guaranteed to exist.
edited by

2 Answers

Best answer
36 votes
36 votes
Given $A^{k}=0$

Subtract from $I$ on both sides,

$I-A^{k}=I \qquad \to (1)$
Now $I-A^{k}$  can be written as,

$I-A^{k}=( I - A )(I+A+A^{2}+A^{3}+\ldots +A^{k-1})$ (simplifying RHS we get LHS)

Putting this in $(1),$

$I=( I - A )(I+A+A^{2}+A^{3}+\ldots A^{k-1})$

Now question is $( I - A )^{-1}$ so we multiply with $( I - A )^{-1}$ on both sides,

$( I - A )^{-1} =  (I+A+A^{2}+A^{3}+\ldots +A^{k-1})$

Hence, $(D)$ is the Answer.
edited by
0 votes
0 votes
why inverse is guranteed to exist??
because A^k=0
so for  I-A  det value is 1

how??

lets find (I-A).A^(k-1)

= A^(k-1)-A^k

=A^(k-1)-0

=A^(k-1)

so |(I-A).A^(k-1)| = |A^(k-1)|

=>det(I-A).det(A^(k-1))=det(A^(k-1))

=>det(I-A)=1 PROVED

so for  I-A  inverse always exist..

here A is nilponent with order k.

now we know |M.N|=|M|.|N|

now let inverse of I-A is X

so , (I-A).X=I

=> |(I-A).X|=|I|

=>|I-A|.|X|=1

we showed above |I-A|=1

so, |X|=1

so if X is the answer for the inverse of matrix I-A  then det(X) is 1

check in options,

a) 0 wrong

b) I ; though det is 1, but (I-A).I is certainly not I. ; so wrong

c) A; det is 0; so wrong

e) we know inverse exist ; so wrong

d) only option left; moreover as |A|=1 from 2nd to last term det value is 0; so det of whole is 1(the first term) ANSWER==//
edited by
Answer:

Related questions