
14th September 2020 M01_LEON2218_09_SE_C01 page 16
16 Chapter 1 Matrices and Systems of Equations
System (a) is a 2 ×2 system, (b) is a 2 × 3 system, and (c) is a 3 ×2 system.
By a solution of an m × n system, we mean an ordered n-tuple of numbers
(x
1
, x
2
, ..., x
n
) that satisfies all the equations of the system. For example, the ordered
pair (1, 2) is a solution of system (a), since
1 · (1) + 2 ·(2) = 5
2 · (1) + 3 ·(2) = 8
The ordered triple (2, 0, 0) is a solution of system (b), since
1 · (2) − 1 ·(0) + 1 ·(0) = 2
2 · (2) + 1 ·(0) − 1 ·(0) = 4
Actually, system (b) has many solutions. If α is any real number, it is easily seen that
the ordered triple (2, α, α) is a solution. However, system (c) has no solution. It follows
from the third equation that the first coordinate of any solution would have to be 4.
Using x
1
= 4 in the first two equations, we see that the second coordinate must satisfy
4 + x
2
= 2
4 − x
2
= 1
Since there is no real number that satisfies both of these equations, the system has no
solution. If a linear system has no solution, we say that the system is inconsistent.If
the system has at least one solution, we say that it is consistent. Thus, system (c) is
inconsistent, while systems (a) and (b) are both consistent.
The set of all solutions of a linear system is called the solution set of the system.
If a system is inconsistent, its solution set is empty. A consistent system will have a
nonempty solution set. To solve a consistent system, we must find its solution set.
2 × 2 Systems
Let us examine geometrically a system of the form
a
11
x
1
+ a
12
x
2
= b
1
a
21
x
1
+ a
22
x
2
= b
2
Each equation can be represented graphically as a line in the plane. The ordered pair
(x
1
, x
2
) will be a solution of the system if and only if it lies on both lines. For example,
consider the three systems
(i) x
1
+ x
2
= 2
x
1
− x
2
= 2
(ii) x
1
+ x
2
= 2
x
1
+ x
2
= 1
(iii) x
1
+ x
2
= 2
−x
1
− x
2
=−2
The two lines in system (i) intersect at the point (2, 0). Thus, {(2, 0)} is the solution
set of (i). In system (ii), the two lines are parallel. Therefore, system (ii) is inconsistent
and hence its solution set is empty. The two equations in system (iii) both represent the
same line. Any point on this line will be a solution of the system (see Figure 1.1.1).
In general, there are three possibilities: the lines intersect at a point, they are paral-
lel, or both equations represent the same line. The solution set then contains either one,
zero, or infinitely many points.