In ordinary algebra the division operation is equivalent to
multiplication of the reciprocal
. Thus one
binary operation, division, has been replaced by two operations, one
binary (multiplication) and one unary (forming
). In
matrix algebra we make an equivalent substitution of operations, and
we call the unary operation inversion. We write the inverse of
the matrix
as
, and calculate it so that
There are many computer programs available for inverting matrices. Some
routines are general, but there are often faster routines available if the
program is given some information about the matrix, for example, whether it is
symmetric, positive definite, triangular, or diagonal. Here we describe one
general method that is useful for matrix inversion; we recommend
undertaking this hand calculation at least once
for at least a matrix in order to fully understand the
concept of a matrix inverse.