5.4 The Inverse of A Matrix: Example
5.4 The Inverse of A Matrix: Example
The inverse of a
Introduction
22
matrix
Once you know how to multiply matrices it is natural to ask whether they can be divided. The answer is no. However, by dening another matrix called the inverse matrix it is possible to work with an operation which plays a similar role to division. In this leaet we explain what is meant by an inverse matrix and how the inverse of a 2 2 matrix is calculated.
if
A=
then
A1 =
Example Find the inverse of the matrix A = Solution Using the formula A1 = 1 (3)(2) (1)(4) 1 2 1 = 2 4 3 2 1 4 3 3 1 4 2 .
5.4.1
1 1 2 2 3 2
You should check that this answer is correct by performing the matrix multiplication AA1 . 1 0 The result should be the identity matrix I = . 0 1 Example Find the inverse of the matrix A = Solution Using the formula A1 = 1 (2)(1) (4)(3) 1 1 4 = 14 3 2 1 4 3 2 2 4 3 1 .
=
1 14
although it is quite permissible to leave the factor Exercises 1. Find the inverse of A = 1 5 3 2 . 6 4 3 2 3 4 2 3
cannot be calculated. .
3 4 2 3
is the inverse of
2 5 3 1
2 13 3 13
5 13 1 13
2. The determinant of the matrix is zero, that is, it is singular and so has no inverse.
5.4.2