Matrix inverse: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Richard Pinch
(refine link, give context (unfortunately red))
imported>Richard Pinch
(refer to adjugate)
Line 6: Line 6:
('''I'''<sub>''n''</sub> is the ''n''-by-''n'' [[identity matrix]]). If this equation is true, '''X''' is the inverse of '''A''', denoted by '''A'''<sup>-1</sup> ( and '''A''' is the inverse of '''X''').  Furthermore, the inverse '''X''' is unique (if '''Y''' were also an inverse consider '''X'''.'''A'''.'''Y''').
('''I'''<sub>''n''</sub> is the ''n''-by-''n'' [[identity matrix]]). If this equation is true, '''X''' is the inverse of '''A''', denoted by '''A'''<sup>-1</sup> ( and '''A''' is the inverse of '''X''').  Furthermore, the inverse '''X''' is unique (if '''Y''' were also an inverse consider '''X'''.'''A'''.'''Y''').


A matrix is '''invertible''' if and only if it possesses an inverse.  A matrix is invertible if and only if its [[determinant]] is itelf invertible: over a [[field (mathematics)|field]] such as the [[real number|real]] or [[complex number]]s, this is equivalent to specifying that the determinant does not equal zero.
A matrix is '''invertible''' if and only if it possesses an inverse.  The inverse may be computed from the [[adjugate matrix]], which shows that a matrix is invertible if and only if its [[determinant]] is itself invertible: over a [[field (mathematics)|field]] such as the [[real number|real]] or [[complex number]]s, this is equivalent to specifying that the determinant does not equal zero.

Revision as of 16:21, 10 December 2008

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

In matrix algebra, the inverse of a square matrix A is X if

(In is the n-by-n identity matrix). If this equation is true, X is the inverse of A, denoted by A-1 ( and A is the inverse of X). Furthermore, the inverse X is unique (if Y were also an inverse consider X.A.Y).

A matrix is invertible if and only if it possesses an inverse. The inverse may be computed from the adjugate matrix, which shows that a matrix is invertible if and only if its determinant is itself invertible: over a field such as the real or complex numbers, this is equivalent to specifying that the determinant does not equal zero.