Math Matrix 1 Note
Math Matrix 1 Note
Recall...
Matrix inverses
Definition A square matrix A is invertible (or nonsingular) if ∃ matrix
BRecall...
such that AB = I and BA = I. (We say B is an inverse of A.)
Definition A square matrix A is invertible (or nonsingular) if ∃ matrix B
Remark Not all square matrices are invertible.
such that AB = I and BA = I. (We say B is an inverse of A.)
Theorem.
Remark If A all
Not is square
invertible, thenare
matrices itsinvertible.
inverse is unique.
Remark When
Theorem. If A A is invertible,
is invertible, thenwe
its denote
inverse its inverse as A−1 .
is unique.
Theorem
Thus, ~x = A−1~b is a solution
(Properties of matrix x = ~b.
inverse).
to A~
−1 −1 −1
(a) If A
Suppose is another
~y is invertible, then Ato the
solution is itself
linearinvertible
system. and (A ) that
It follows A~y = ~b,
= A.
but multiplying both sides by A−1 gives ~y = A−1~b = ~x.
(b) If A is invertible and c �= 0 is a scalar, then cA is invertible and
(cA)−1 = 1c A−1.
Theorem (Properties of matrix inverse).
(c) If A and B are both n × n invertible matrices, then AB is invertible
(a) If and
A is(AB)
invertible,
−1
A−1. A−1 is itself invertible and (A−1 )−1 = A.
= B −1then
“socks and shoes rule” – similar to transpose of AB
(b) If generalization
A is invertible and c 6=of0nismatrices
to product a scalar, then cA is invertible and
−1 1 −1
(cA)
(d) If A is=invertible,
cA . then AT is invertible and (AT )−1 = (A−1)T .
(c)ToIfprove
A and(d),Bweare both
need to n×n invertible
show that matrices,
the matrix B that then AB is invertible
satisfies
BA T
and I and−1
=(AB) AT=BB=−1IA is−1
B. = (A−1)T .
Lecture
Lecture 8 8 Math40,
Math 40,Spring
Spring ’12,
’12, Prof.
Prof.Kindred
Kindred Page 1 1
Page
“socks and shoes rule” – similar to transpose of AB
generalization to product of n matrices
(d) If A is invertible, then AT is invertible and (AT )−1 = (A−1)T .
Recall...
How do we compute the inverse of a matrix, if it exists?
Inverse of a 2 × 2 matrix: Consider the special case where A is a
2 × 2 matrix with A = [ ac db ]. If ad − bc 6= 0, then A is invertible and its
inverse is
−1 1 d −b
A = .
ad − bc −c a
Examples
0 1 0 0
1 0 −4
R1 ↔R2 1 0 0 0 R1 −4R3
on 4 × 4 identity on 3 × 3 identity 0 1 0
0 0 1 0
0 0 1
0 0 0 1
Notice that
1 0 −4 a11 a12 a13 a11 − 4a31 a12 − 4a32 a13 − 4a33
0 1 0 a21 a22 a23 = a21 a22 a23
0 0 1 a31 a32 a33 a31 a32 a33
Left mult. of A by row vector is a linear comb. of rows of A.
4 3
Proof.
(1) ⇒ (2): (2) ⇒ (3):
Proven in first theorem If A~x = ~b has unique sol’n for any
of today’s lecture ~b ∈ Rn , then in particular, A~x = ~0
has a unique sol’n. Since ~x = ~0 is a
solution to A~x = ~0, it must be the
unique one.
Definition The vectors ~e1, ~e2, . . . , ~en ∈ Rn, where ~ei has a one in its
ith component and zeros elsewhere, are called standard unit vectors.
Example The 4 × 4 identity matrix can be expressed as
1 0 0 0
| | | |
0 1 0 0
I4 = = ~e1 ~e2 ~e3 ~e4
0 0 1 0
| | | |
0 0 0 1