Two major techniques when it comes to matrices:

  1. Decompositions: Decompose a complicated map into the composition of a chain of a chain of simple maps. (Can be seen as a decomposition at time dimension)
  2. Block matrices: Decompose a matrix at space dimension.

Block Diagonal Matrix

Take this matrix as an example:

This matrix is not a diagonal matrix, but a block diagonal matrix.

If we take inverse of it:

This is basically taking the inverse of each diagonal block.

Intuitively, the upper left block only change the first two coordinates (the xy-plane), and the lower right block only change the last coordinate (the z-axis), so they behave independently!

Block Inverse

How to find the inverse of , provided is invertible? We can do a block LDU decomposition:

If is also invertible, then