Section 1.5
Section 1.5
5: Matrix equations
a11 x1 + a12 x2 + . . . a1n xn = b1
a21 x1 + a22 x2 + . . . a2n xn = b2
1. a31 x1 + a32 x2 + . . . a3n xn = b3
.. ..
. .
a x + a x + ...a x = b
m1 1 m2 2 mn n m
a11 a12 . . . a1n x1 b1
a21 a22 . . . a2n x2 b2
2. Ax = b where A = .. , x = and b = . .
.. .. .
.. ..
. . .
am1 am2 . . . amn xn bm
Hence,
a11 a12 . . . a1n x1 b1
a21 a22 . . . a2n x2 b2
.. .. = ..
.. ..
. . . . .
am1 am2 . . . amn xn bm
R1 .x b1
R2 .x b2
4. .. = .. where Ri denotes the ith row of the matrix.
. .
Rm .x bm
II. Theorem Suppose A is an n × n invertible matrix, then the system Ax = b has the unique
solution x = A−1 b .
1
Proof.
III. Definition A homogeneous linear system is a system of the form Ax = 0. The vector x = 0
is always a solution to the homogeneous system Ax = 0, and is called the trivial solution. So
the system is always consistent.
III. Remark If u and v are solutions to Ax = 0, then the vector u + cv is another solution for
every scalar c.