Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

12.6: The Identity and Inverses

( \newcommand{\kernel}{\mathrm{null}\,}\)

There is a special matrix, denoted I, which is called to as the identity matrix. The identity matrix is always a square matrix, and it has the property that there are ones down the main diagonal and zeroes elsewhere. Here are some identity matrices of various sizes.

[1],[1001],[100010001],[1000010000100001]

The first is the 1×1 identity matrix, the second is the 2×2 identity matrix, and so on. By extension, you can likely see what the n×n identity matrix would be. When it is necessary to distinguish which size of identity matrix is being discussed, we will use the notation In for the n×n identity matrix.

The identity matrix is so important that there is a special symbol to denote the ijth entry of the identity matrix. This symbol is given by Iij=δij where δij is the Kronecker symbol defined by δij={1 if i=j0 if ij

In is called the identity matrix because it is a multiplicative identity in the following sense.

Lemma 12.6.1: Multiplication by the Identity Matrix

Suppose A is an m×n matrix and In is the n×n identity matrix. Then AIn=A. If Im is the m×m identity matrix, it also follows that ImA=A.

Proof

The (i,j)-entry of AIn is given by: kaikδkj=aij and so AIn=A. The other case is left as an exercise for you.

We now define the matrix operation which in some ways plays the role of division.

Definition 12.6.1: The Inverse of a Matrix

A square n×n matrix A is said to have an inverse A1 if and only if

AA1=A1A=In

In this case, the matrix A is called invertible.

Such a matrix A1 will have the same size as the matrix A. It is very important to observe that the inverse of a matrix, if it exists, is unique. Another way to think of this is that if it acts like the inverse, then it is the inverse.

Theorem 12.6.1: Uniqueness of Inverse

Suppose A is an n× n matrix such that an inverse A1 exists. Then there is only one such inverse matrix. That is, given any matrix B such that AB=BA=I, B=A1.

Proof

In this proof, it is assumed that I is the n×n identity matrix. Let A,B be n×n matrices such that A1 exists and AB=BA=I. We want to show that A1=B. Now using properties we have seen, we get:

A1=A1I=A1(AB)=(A1A)B=IB=B

Hence, A1=B which tells us that the inverse is unique.

The next example demonstrates how to check the inverse of a matrix.

Example 12.6.1: Verifying the Inverse of a Matrix

Let A=[1112]. Show [2111] is the inverse of A.

Solution

To check this, multiply [1112][2111]= [1001]=I and [2111][1112]= [1001]=I showing that this matrix is indeed the inverse of A.

Unlike ordinary multiplication of numbers, it can happen that A0 but A may fail to have an inverse. This is illustrated in the following example.

Example 12.6.2: A Nonzero Matrix With No Inverse

Let A=[1111]. Show that A does not have an inverse.

Solution

One might think A would have an inverse because it does not equal zero. However, note that [1111][11]=[00] If A1 existed, we would have the following [00]=A1([00])=A1(A[11])=(A1A)[11]=I[11]=[11] This says that [00]=[11] which is impossible! Therefore, A does not have an inverse.

In the next section, we will explore how to find the inverse of a matrix, if it exists.


This page titled 12.6: The Identity and Inverses is shared under a not declared license and was authored, remixed, and/or curated by Ken Kuttler (Lyryx) .

Support Center

How can we help?