FACTOID # 74: More than a third of the time, Icelanders don't show up for work. Perhaps that's why they're the world's happiest nation.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Inverse matrix

In mathematics and especially linear algebra, an n-by-n matrix A is called invertible, non-singular or regular if there exists another n-by-n matrix B such that

AB = BA = In,

where In denotes the n-by-n identity matrix and the multiplication used is ordinary matrix multiplication. If this is the case, then the matrix B is uniquely determined by A and is called the inverse of A, denoted by A−1. A square matrix that is not invertible is called singular. 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.

Contents

Invertible matrix theorem

Let A be a square n by n matrix over a field K (for example the field R of real numbers). The following statements are equivalent:

  • A is invertible.
  • A is row-equivalent to the n by n identity matrix In.
  • A has n pivot positions.
  • det A ≠ 0.
  • rank A = n.
  • The equation Ax = 0 has only the trivial solution x = 0 (i.e. Nul A = {0}).
  • The equation Ax = b has exactly one solution for each b in Kn.
  • The columns of A are linearly independent.
  • The columns of A span Kn (i.e. Col A = Kn).
  • The columns of A form a basis of Kn.
  • The linear transformation x |-> Ax from Kn to Kn is bijective.
  • There is an n by n matrix B such that BA = In.
  • There is an n by n matrix B such that AB = In.
  • The transpose AT is an invertible matrix.
  • The number 0 is not an eigenvalue of A.

In general, a square matrix over a commutative ring is invertible if and only if its determinant is a unit in that ring.


Further properties and facts

To check whether a given matrix is invertible, and to compute the inverse in small examples, one typically uses the Gauss-Jordan elimination algorithm. Other methods are explained under matrix inversion.


The inverse of an invertible matrix A is itself invertible, with

(A−1)−1 = A

The inverse of an invertible matrix A multiplied by a scalar k yields the product of the inverse of both the matrix and the scalar

(kA)−1 = k−1A−1

The product of two invertible matrices A and B of the same size is again invertible, with the inverse given by

(AB)−1 = B−1A−1

(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).


As a rule of thumb, "almost all" 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 Rn×n, 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 be singular is zero. The reason for this is that singular matrices can be thought of as the roots of the polynomial function given by the determinant.


Generalizations

Some of the properties of inverse matrices are shared by pseudoinverses which can be defined for every matrix, even for non-square ones.


External links

Moore Penrose Pseudoinverse (http://www.vias.org/tmdatanaleng/cc_matrix_pseudoinv.html)


  Results from FactBites:
 
PlanetMath: matrix inverse (464 words)
Some caveats: computing the matrix inverse for ill-conditioned matrices is error-prone; special care must be taken and there are sometimes special algorithms to calculate the inverse of certain classes of matrices (for example, Hilbert matrices).
The need to find the matrix inverse depends on the situation- whether done by hand or by computer, and whether the matrix is simply a part of some equation or expression or not.
However, the matrix inverse may exist in the case of the elements being members of a commutative ring, provided that the determinant of the matrix is a unit in the ring.
6.3 - The Inverse of a Square Matrix (1467 words)
We knew that for a real number, the inverse of the number was the reciprocal of the number, as long as the number wasn't zero.
The inverse of a square matrix A, denoted by A
Row-reduce (I suggest using pivoting) the matrix until the left side is the Identity matrix.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.