1550 Lect 3
1550 Lect 3
1 Introduction
Definition 1 (System of Linear Equations) A system of lin-
ear equations is a collection of m equations in the variable quan-
tities x1 , x2 , x3 , . . . , xn of the form,
a11 x1 + a12 x2 + a13 x3 + · · · + a1n xn = b1
a21 x1 + a22 x2 + a23 x3 + · · · + a2n xn = b2
a31 x1 + a32 x2 + a33 x3 + · · · + a3n xn = b3
..
.
am1 x1 + am2 x2 + am3 x3 + · · · + amn xn = bm
where the values of aij , bi and xj , 1 ≤ i ≤ m, 1 ≤ j ≤ n, are from
the set of real numbers
Definition 2 (s1 , s2 , . . . , sn ) is a solution of a system of linear
equations in n variables if we substitute s1 for x1 , s2 for x2 , s3 for
x3 , · · · , sn for xn , then for every equation of the system the left side
will equal the right side, i.e. each equation is true simultaneously.
The solution set of a linear system of equations is the set which
contains every solution to the system, and nothing more.
1
Example 1 Example, the following system of linear equations:
x1 + 2x2 + x4 = 7
x1 + x2 + x3 − x4 = 3
3x1 + x2 + 5x3 − 7x4 = 1
can be rewritten as
1x1 + 2x2 + 0x3 + 1x4 = 7
1x1 + 1x2 + 1x3 − 1x4 = 3
3x1 + 1x2 + 5x3 − 7x4 = 1
So it is a system of linear equations, with n = 4 variables and m = 3
equations. Also,
a11 = 1 a12 = 2 a13 = 0 a14 = 1 b1 = 7
a21 = 1 a22 = 1 a23 = 1 a24 = −1 b2 = 3
a31 = 3 a32 = 1 a33 = 5 a34 = −7 b3 = 1
And x1 = −2, x2 = 4, x3 = 2, x4 = 1 is one solution.
In fact, from the previous lecture The system of equations has infi-
nite many solutions. In fact the solution set is
{(−1 − 2a + 3b, 4 + a − 2b, a, b) | a, b real numbers}.
Example 2
1. The following system of linear equation has only one solution.
2x1 + 3x2 = 3
x1 − x2 = 4
The solution set is (x1 , x2 ) = (3, −1)
2. The following system of linear equation has infinite many
solution.
2x1 + 3x2 = 3
4x1 + 6x2 = 6
2
The solution set is {(x1 , x2 ) = (t, 3−2t
3
)}, where t is any real
number.
3. The following system of linear equations has no solutions.
2x1 + 3x2 = 3
4x1 + 6x2 = 10
The solution set is empty.
Theorem 3 A system of linear equations can have (1) a unique
solution or (2) infinitely many solutions or (3) no solutions.
Remark: For example it is impossible for a system of linear equa-
tion to have exactly 2 solutions
Remark: (can be ignored) For higher mathematics, the above the-
orem is not entirely true. The coefficients aij in our course are real
numbers. However, in higher mathematics, the coefficients can be
something so called finite field.
3
and (
5x2 = −5
x 1 − x2 = 4
In fact, the second system of linear equations is obtained by applying
operation 3 on system of equation 1 (equation 1 - 2 × equation 2).