Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Home > Invertible 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.
1 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 transposeSee transposition for meanings of this term in telecommunication and music. In mathematics, and in particular linear algebra, the transpose of a matrix is another matrix, produced by turning rows into columns and vice versa. Informally, the transpose of a AT is an invertible matrix.
- The number 0 is not an eigenvalueIn linear algebra, a scalar λ is called an eigenvalue (in some older texts, a characteristic value of a linear mapping A if there exists a nonzero vector x such that Ax &lambda x''. The vector x is called an eigenvector. In matrix theory, an elemen of A.
In general, a square matrix over a commutative ringIn ring theory, a branch of abstract algebra, a commutative ring is a ring in which the multiplication operation obeys the commutative law. This means that if a and b are any elements of the ring, and if the multiplication operation is written as then a ' is invertible if and only if its determinant is a unitRing theory In mathematics, a unit in a ring R is an element u such that there is v in R with uv vu 1. That is, u is an invertible element of the multiplicative monoid of R''. The units of R form a group U ''R under multiplication, the group of units of R in that ring.
Read more »