An elementary matrix is the identity matrix with one row operation applied. Left-multiplying a matrix by an elementary matrix performs that row operation on (right-multiplying performs a column operation).
Three types:
Row swap: left vs right multiplication
Left-multiplying () swaps rows 2 and 3:
Right-multiplying () swaps columns 2 and 3:
Every invertible matrix can be written as a product of elementary matrices.
This is how gaussian elimination works: where is a product of elementary matrices and is upper triangular.
Determinants of elementary matrices: for swaps, for scaling, for row addition.
If you prove a property for elementary matrices, and the property is preserved under multiplication, it holds for all invertible matrices.