Line 5: | Line 5: | ||
In linear algebra, the study of matrices is one of the fundamental basis of this subject. One of the concepts within this study, is the notion of an invertible or nonsingular matrix. | In linear algebra, the study of matrices is one of the fundamental basis of this subject. One of the concepts within this study, is the notion of an invertible or nonsingular matrix. | ||
+ | <br> | ||
+ | == Definition == | ||
− | + | A square matrix is said to be '''invertible '''or '''nonsingular''', if when multiplied by another similar matrix, the result yields the identity matrix. | |
− | + | <br> | |
+ | Let A and B be n × n matrices. | ||
+ | <br> | ||
− | + | A is invertible or nonsingular and B is its inverse if: | |
+ | <br> | ||
− | + | <font class="Apple-style-span" color="#FF0000" size="3">'''<math>$$\eqalign{ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <math> | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | $$\eqalign{ | + | |
& AB = BA = {I_n} \cr | & AB = BA = {I_n} \cr | ||
& \cr | & \cr | ||
Line 75: | Line 42: | ||
0 & 0 & \cdots & 1 \cr | 0 & 0 & \cdots & 1 \cr | ||
− | } } \right)}^{{I_n}} \cr} $$</math> | + | } } \right)}^{{I_n}} \cr} $$</math><br>'''</font> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <font class="Apple-style-span" color="#FF0000" size="3"</font> | ||
[[Category:MA265Fall2010Walther]] | [[Category:MA265Fall2010Walther]] |
Revision as of 14:18, 27 November 2010
The Inverse of a Matrix
In linear algebra, the study of matrices is one of the fundamental basis of this subject. One of the concepts within this study, is the notion of an invertible or nonsingular matrix.
Definition
A square matrix is said to be invertible or nonsingular, if when multiplied by another similar matrix, the result yields the identity matrix.
Let A and B be n × n matrices.
A is invertible or nonsingular and B is its inverse if:
$ $$\eqalign{ & AB = BA = {I_n} \cr & \cr & \overbrace {\left( {\matrix{ {{a_{11}}} & {{a_{12}}} & \cdots & {{a_{1n}}} \cr {{a_{21}}} & {{a_{22}}} & \cdots & {{a_{2n}}} \cr \vdots & \vdots & \ddots & \vdots \cr {{a_{n1}}} & {{a_{n2}}} & \cdots & {{a_{nn}}} \cr } } \right)}^A\overbrace {\left( {\matrix{ {{b_{11}}} & {{b_{12}}} & \cdots & {{b_{1n}}} \cr {{b_{21}}} & {{b_{22}}} & \cdots & {{b_{2n}}} \cr \vdots & \vdots & \ddots & \vdots \cr {{b_{n1}}} & {{b_{n2}}} & \cdots & {{b_{nn}}} \cr } } \right)}^B = \overbrace {\left( {\matrix{ 1 & 0 & \cdots & 0 \cr 0 & 1 & \cdots & 0 \cr \vdots & \vdots & \ddots & \vdots \cr 0 & 0 & \cdots & 1 \cr } } \right)}^{{I_n}} \cr} $$ $
<font class="Apple-style-span" color="#FF0000" size="3"</font>