Homework Statement
Problem:
Find and check the inverses (assuming they exist) of these three block matrices.:
[1] {{I, 0},{C, I}}
[2] {{A, 0}, {C, D}}
[3] {{0, I}, {I, D}}
Answer:
[1] {{I, 0}, {-C, I}}
[2] {{A^(-1), 0}, {-D^(-1) C A^(-1), D^(-1)}}
[3] {{-D, I}, {I, 0}}...