Download The Inverse of a Matrix

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Quadratic form wikipedia , lookup

Elementary algebra wikipedia , lookup

System of polynomial equations wikipedia , lookup

Capelli's identity wikipedia , lookup

Cartesian tensor wikipedia , lookup

History of algebra wikipedia , lookup

Equation wikipedia , lookup

Jordan normal form wikipedia , lookup

Eigenvalues and eigenvectors wikipedia , lookup

Four-vector wikipedia , lookup

Linear algebra wikipedia , lookup

Determinant wikipedia , lookup

Singular-value decomposition wikipedia , lookup

Symmetry in quantum mechanics wikipedia , lookup

Matrix (mathematics) wikipedia , lookup

Non-negative matrix factorization wikipedia , lookup

Perron–Frobenius theorem wikipedia , lookup

System of linear equations wikipedia , lookup

Matrix calculus wikipedia , lookup

Cayley–Hamilton theorem wikipedia , lookup

Matrix multiplication wikipedia , lookup

Transcript
8.3
THE INVERSE OF A SQUARE MATRIX
Copyright © Cengage Learning. All rights reserved.
What You Should Learn
• Verify that two matrices are inverses of each
other.
• Use Gauss-Jordan elimination to find the
inverses of matrices.
• Use a formula to find the inverses of 2  2
matrices.
• Use inverse matrices to solve systems of linear
equations.
2
The Inverse of a Matrix
This section further develops the algebra of matrices. To
begin, consider the real number equation ax = b.
To solve this equation for x, multiply each side of the
equation by a –1 (provided that a  0 ).
ax = b
(a –1a)x = a –1b
(1)x = a –1b
x = a –1b
The number a –1 is called the multiplicative inverse of a
because a –1a = 1.
3
The Inverse of a Matrix
The definition of the multiplicative inverse of a matrix is
similar.
4
Example 1 – The Inverse of a Matrix
Show that B is the inverse of A, where
and
5
Finding Inverse Matrices
If a matrix A has an inverse, A is called invertible
(or nonsingular); otherwise, A is called singular. A
nonsquare matrix cannot have an inverse.
To see this, note that if A is of order m  n and B is order of
n  m (where m  n), the products AB and BA are of
different orders and so cannot be equal to each other.
Not all square matrices have inverses. If, however, a matrix
does have an inverse, that inverse is unique.
Example 2 shows how to use a system of equations to
find the inverse of a matrix.
6
Example 2 – Finding the Inverse of a Matrix
Find the inverse of
.
7
Finding Inverse Matrices
8
Example 3
Find the inverse of A =
1 1 1
 3 5 4


0  1 0
9
The Inverse of a 2  2 Matrix
Using Gauss-Jordan elimination to find the inverse of a matrix works well (even
as a computer technique) for matrices of order 3  3 or greater.
For 2  2 matrices, however, many people prefer to use a formula for the
inverse rather than Gauss-Jordan elimination.
1  d  b
a b 
1
A

If A  
 c a 
 then
ad

bc
c
d




10
Example 4 – Finding the Inverse of a 2  2 Matrix
If possible, find the inverse of each matrix.
a.
b.
11
Systems of Linear Equations
You know that a system of linear equations can have
exactly one solution, infinitely many solutions, or no
solution.
If the coefficient matrix A of a square system (a system that
has the same number of equations as variables) is
invertible, the system has a unique solution, which is
defined as follows.
12
Example 5 – Solving a System Using an Inverse Matrix
13