Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

2: Determinants and Inverses

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

Determinants

Consider row reducing the standard 2x2 matrix. Suppose that a is nonzero.

(abcd)

1aR1R1,R2cR1R2

(1bacd)

(1ba0dcba)

Now notice that we cannot make the lower right corner a 1 if

dcba=0

or

adbc=0.

Definition: The Determinant

We call adbc the determinant of the 2 by 2 matrix

(abcd)

it tells us when it is possible to row reduce the matrix and find a solution to the linear system.

Example 2.1

The determinant of the matrix

(3152)

is

3(2)1(5)=65=1.

Determinants of 3 x 3 Matrices

We define the determinant of a triangular matrix

(ade0bf00c)

by

det=abc.

Notice that if we multiply a row by a constant k then the new determinant is k times the old one. We list the effect of all three row operations below.

Theorem

The effect of the the three basic row operations on the determinant are as follows

  1. Multiplication of a row by a constant multiplies the determinant by that constant.
  2. Switching two rows changes the sign of the determinant.
  3. Replacing one row by that row + a multiply of another row has no effect on the determinant.

To find the determinant of a matrix we use the operations to make the matrix triangular and then work backwards.

Example 2.2

Find the determinant of

(2610243042)

We use row operations until the matrix is triangular.

12R1R1(Multiplies the determinant by 12)

(135243042)

R22R1R2 (No effect on the determinant)

(1350213042)

Note that we do not need to zero out the upper middle number. We only need to zero out the bottom left numbers.

R3+2R2R3 (No effect on the determinant).

(13502130024)

Note that we do not need to make the middle number a 1.

The determinant of this matrix is 48. Since this matrix has 12 the determinant of the original matrix, the determinant of the original matrix has

determinant=48(2)=96.

Inverses

We call the square matrix I with all 1's down the diagonal and zeros everywhere else the identity matrix. It has the unique property that if A is a square matrix with the same dimensions then

AI=IA=A.

Definition

If A is a square matrix then the inverse A1 of A is the unique matrix such that

AA1=A1A=I.

Example 2.3

Let

A=(2513)

then

A1=(3512)

Verify this!

Theorem: ExistEnce

The inverse of a matrix exists if and only if the determinant is nonzero.

To find the inverse of a matrix, we write a new extended matrix with the identity on the right. Then we completely row reduce, the resulting matrix on the right will be the inverse matrix.

Example 2.4

(2111)

First note that the determinant of this matrix is

2+1=1

hence the inverse exists. Now we set the augmented matrix as

(21101101)

R1R2

(11012110)

R22R1R2

(11010112)

R1+R2R1

(10110112)

Notice that the left hand part is now the identity. The right hand side is the inverse. Hence

A1=(1112)

Solving Equations Using Matrices

Example 2.5

Suppose we have the system

2xy=3

xy=4

Then we can write this in matrix form

Ax=b

where

A=(2111),x=(xy),andb=(34)

We can multiply both sides by A1:

A1Ax=A1b

or

x=A1b

From before,

A1=(1112)

Hence our solution is

(15)

or

x=1 and y=5

Contributors


This page titled 2: Determinants and Inverses is shared under a not declared license and was authored, remixed, and/or curated by Larry Green.

  • Was this article helpful?

Support Center

How can we help?