Lecture 05
Lecture 05
Lecture 05
14 Jan 2020
Definition
Let A be an n × n matrix. If there is an n × n matrix B such that
AB = In×n = BA then we say A is invertible and B is the inverse of A.
The inverse of A is denoted by A−1 .
Proposition
For any invertible square matrix A, (At )−1 = (A−1 )t .
Theorem
Let A be an n × n square matrix. Then the following statements are
equivalent:
(1) A is invertible.
(2) The system Ax = 0 has only the zero solution x = 0.
(3) A can be transformed to In×n by a sequence of elementary row
operations.
(4) The RCF of A is In×n .
(5) A is a product of elementary matrices.
Ax = 0 =⇒ B(Ax) = B0 =⇒ (BA)x = 0 =⇒ Ix = x = 0.
E1 . . . Ek A = In×n
A = E−1 −1
k . . . E1 .
Corollary
Let A ∈ Mn,n . If there is B ∈ Mn,n such that either BA = I or AB = I,
then A is invertible, and A−1 = B.
Proposition
Let A and B be square matrices. Then AB is invertible if and only if A
and B are invertible, and then (AB)−1 = B−1 A−1 .
−1 1 2 1 0 0
1 −1 −2 −1 0 0
0 2 7 3 1 0→0 1 3.5 1.5 0.5 0