Let A and B be two n × n matrices that commute and such that for some positive integers p and q , A p = I n and B q = O n . Is A + B invertible? If so, find its inverse.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
That's a great solution!
Let's note that A p − 1 is the inverse of A .
Assume there is an inverse, then M = ( A + B ) − 1 :
This holds true if M A = I n . Then M = A p − 1 :
That's all i got, obviously not enough so feel free to add on missing parts)
Because A and B commute we heve the usual identity : a n − b n = ( a − b ) ( a n − 1 + a n − 2 b + ⋯ + a b n − 2 + b n − 1 )
Apply it to a = A and b = − B , note that ( − B ) p = ( − 1 ) p B p = 0
I n = A p − ( − B ) p = ( A + B ) ( A p − 1 + A p − 2 ( − B ) + ⋯ + A ( − B ) p − 2 + ( − B ) p − 1 )
we have found the inverse of A + B .
Problem Loading...
Note Loading...
Set Loading...
Clearly A is invertible (indeed, det ( A ) p = det ( A p ) = det ( I ) = 1 , so det ( A ) = 0 ). Find k such that 2 k ≥ q . Then ( A + B ) ( A − B ) ( A 2 + B 2 ) ( A 4 + B 4 ) ( ⋯ ) ( A 2 k − 1 + B 2 k − 1 ) ( A − 1 ) 2 k = ( A 2 k − B 2 k ) ( A − 1 ) 2 k = A 2 k ( A − 1 ) 2 k = I .