1) Sorting algorithms are useful for keeping data ordered to aid other algorithms like searching. Finding the optimal order for matrix multiplication can greatly reduce computation time when transformations don't need to be performed immediately.
2) The inverse of a matrix is unique. The product of two lower triangular matrices is lower triangular. The inverse of a lower triangular matrix is also lower triangular.
3) Gaussian elimination preserves the inverse of a matrix up to row operations on the inverse. If a matrix has only real elements, then its inverse and cofactors must also be real.