The question actually is:
Solve for X. If you need to invert a matrix explain why that matrix is invertible.
A,B,X, are nbyn matrices. A,X, A-AX are invertible.
(A-AX)^-1 = X^-1 B
So I got X = BA(I + BA) ^-1
I'm just not sure why (I + BA) is invertible.
Thanks for the help