Inverse of a matrix

If for a given square matrix A there exists a matrix B such that  AB = I , then B is called an inverse of A and is denoted by A^{-1}. The following theorem is fundamental.

11. If A is a non-singular square matrix of order n [i.e. \det(A) \ne 0], then there exists a unique inverse A^{-1} such that AA^{-1} = A^{-1}A = I and we can express  A^{-1} in the following form

\displaystyle A^{-1} = \frac{(A_{jk})^T}{\det(A)} \cdots(14)

where (A_{jk}) is the matrix of cofactors A_{jk} and (A_{jk})^T = (A_{kj}) is its transpose.

The following express some properties of the inverse:

(AB)^{-1} = B^{-1}A^{-1} ,\ (A^{-1})^{-1} = A \cdots(15)

逆行列

 仮にある正方行列 A があって,  AB = I のような性質を有する B が存在するなら BA逆行列 と呼ばれ A^{-1} と記述します.下記の定理が成り立ちます.

11. 仮に An 次の非特異的正方行列の場合,すなわち \det(A) \ne 0 の時,唯一のの逆行列 A^{-1} が存在し, AA^{-1} = A^{-1}A = I であって  A^{-1} を次の形で表現できます.

\displaystyle A^{-1} = \frac{(A_{jk})^T}{\det(A)} \cdots(14)

ここで (A_{jk}) は余因子 A_{jk} の行列であって (A_{jk})^T = (A_{kj}) はその転置行列です.

 以下は逆行列のいくつかの性質を示しています.

(AB)^{-1} = B^{-1}A^{-1} ,\ (A^{-1})^{-1} = A \cdots(15)