- #1
colt
- 22
- 0
Homework Statement
First Question: Be A and B square matrix. Show that if A and B are invertible matrix, then: (A + B)^(-1) = A^(-1) * [I + B*A^(-1)]^(-1)
The Attempt at a Solution
First Queston: (A+B)^(-1) = [A^(-1) + A^(-1)*B*A^(-1)]^(-1) (I distributed the a^(-1) outside the []). Then I don't know what else I can do
Homework Statement
Second Question: Be A and P matrix of nxn dimension with P being invertible. So det (P^(-1)*A*P) = det(A)
The Attempt at a Solution
I would like to transform the (P^(-1)*A*P) into (I*A), but since matrix multiplication ain't commutative, I don't know how to get there