| Invertible Matrix |
Website Links For Matrix |
Information AboutInvertible Matrix |
| CATEGORIES ABOUT INVERTIBLE MATRIX | |
| linear algebra | |
| matrices | |
| determinants | |
| matrix theory | |
|
: where denotes the ''n''-by-''n'' Identity Matrix and the multiplication used is ordinary Matrix Multiplication . If this is the case, then the matrix is uniquely determined by and is called the ''inverse'' of , denoted by . It follows from the theory of matrices that if : for square matrices and , then also : A square matrix that is not invertible is called singular or '''degenerate'''. While the most common case is that of matrices over the Real or Complex numbers, all these definitions can be given for matrices over any Ring . As a rule of thumb, almost all square matrices are invertible. Over the field of real numbers, this can be made precise as follows: the set of singular ''n''-by-''n'' matrices, considered as a subset of , is a Null Set , i.e., has Lebesgue Measure Zero . Intuitively, this means that if you pick a random square matrix over the reals, the Probability that it will be singular is zero. This is true because singular matrices can be thought of as the roots of the polynomial function given by the Determinant . In practice however, one may encounter non-invertible matrices. And in Numerical Calculations , matrices which are invertible, but close to a non-invertible matrix, can still be problematic; such matrices are said to be Ill Conditioned . ''Matrix inversion'' is the process of finding the matrix that satisfies the prior equation for a given invertible matrix . PROPERTIES OF INVERTIBLE MATRICES Let be a square ''n'' by ''n'' matrix over a Field (for example the field of real numbers). Then the following statements are equivalent:
In general, a square matrix over a Commutative Ring is invertible if and only if its Determinant is a Unit in that ring. The inverse of an invertible matrix is itself invertible, with :. The inverse of an invertible matrix multiplied by a non-zero scalar yields the product of the inverse of both the matrix and the scalar :. For an invertible matrix ''A'', the transpose of the inverse is the inverse of the transpose: : The product of two invertible matrices and of the same size is again invertible, with the inverse given by : (note that the order of the factors is reversed.) As a consequence, the set of invertible ''n''-by-''n'' matrices forms a Group , known as the General Linear Group Gl(''n''). Proof for matrix product rule If , , ..., are nonsingular square matrices over a field, then : It becomes evident why this is the case if one attempts to find an inverse for the product of the s from first principles, that is, that we wish to determine such that : where is the inverse matrix of the product. To remove from the product, we can then write : which would reduce the equation to : Likewise, then, from : which simplifies to : If one repeat the process up to , the equation becomes : : but is the inverse matrix, i.e so the property is established. METHODS OF MATRIX INVERSION Gaussian elimination Gaussian Elimination is an Algorithm that can be used to determine whether a given matrix is invertible and to find the inverse. An alternative is the LU Decomposition which generates an upper and a lower triangular matrices which are easier to invert. For special purposes, it may be convenient to invert matrices by treating ''mn''-by-''mn'' matrices as ''m''-by-''m'' matrices of ''n''-by-''n'' matrices, and applying one or another formula recursively (other sized matrices can be padded out with dummy rows and columns). For other purposes, a variant of Newton's Method may be convenient (particularly when dealing with families of related matrices, so inverses of earlier matrices can be used to seed generating inverses of later matrices). Analytic solution Writing another special matrix of Cofactor s, known as an Adjugate matrix, can also be an efficient way to calculate the inverse of ''small'' matrices (since this method is essentially recursive, it becomes inefficient for large matrices). To determine the inverse, we calculate a matrix of cofactors: : | ||
|   | { Border | "0" cellpadding="0" cellspacing="0" width="100%" |
|   | { Border | "0" cellpadding="0" cellspacing="0" width="100%" |
|   | { Border | "0" cellpadding="0" cellspacing="0" width="100%" |
|
|