Matrix inverse: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Richard Pinch
(refer to adjugate)
imported>Alex Wiegand
(tried to make it clearer)
 
Line 4: Line 4:
:<math>\mathbf{AX} = \mathbf{XA} = \mathbf{I}_n \ </math>
:<math>\mathbf{AX} = \mathbf{XA} = \mathbf{I}_n \ </math>


('''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''').
where '''I'''<sub>''n''</sub> is the ''n''-by-''n'' [[identity matrix]]


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.
If this equation is true, '''X''' is the inverse of '''A''', denoted by '''A'''<sup>-1</sup>. '''A''' is also the inverse of '''X'''.
 
A matrix is '''invertible''' if and only if it possesses an inverse.
 
=== Uniqueness ===
Every invertible matrix has only one inverse.
 
For example, if '''AX''' = '''I''' and '''AY''' = '''I''', then '''X''' = '''Y'''.
So, '''X''' = '''Y''' = '''A'''<sup>-1</sup>.
 
To prove this, consider the case of '''X'''.'''A'''.'''Y'''.
 
=== Calculation ===
 
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.

Latest revision as of 00:36, 18 April 2009

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

where In is the n-by-n identity matrix

If this equation is true, X is the inverse of A, denoted by A-1. A is also the inverse of X.

A matrix is invertible if and only if it possesses an inverse.

Uniqueness

Every invertible matrix has only one inverse.

For example, if AX = I and AY = I, then X = Y. So, X = Y = A-1.

To prove this, consider the case of X.A.Y.

Calculation

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.