In questions 1, 2 and 3, determine whether the system has no solutions, a unique solution or infinitely many solutions and find all solutions. In the case of a p-parameter family of solutions, state the value of p.
The output from the linear system reduction program is
available here.
r = rank(A) = rank(A|b) = 3
but n = 5
p = n – r = 5 – 3 = 2
There is a two-parameter family of solutions.
x1, x3 and
x5 are leading variables and
x2 and x4 are the
free parameters (call them s and t).
Reading the reduced row-echelon form:
Therefore there are
infinitely many solutions:![]() |
The output from the linear system reduction program is
available here.
r = rank(A) = rank(A|b) = 2
but n = 3
p = n – r = 3 – 2 = 1
There is a one-parameter family of solutions.
x and z are leading variables and y is a
free parameter.
Reading the reduced row-echelon form:
1 x – 2y + 0 z = 2
0 x – 0y + 1 z = 1
0 x – 0y + 0 z = 0 and
0 x – 0y + 0 z = 0
Let y = t then
x = 2 + 2t.
The third and fourth equations are redundant (they do not add
any information not already provided by the first two equations).
Therefore there are
infinitely many solutions:![]() |
The output from the linear system reduction program is
available here.
r = rank(A) = rank(A|b) =
n = 3
There is therefore a
unique solution, (x, y, z) = (2, 0, 1) |
[An over-determined system can have infinitely many solutions, a unique solution or no solutions. An under-determined system cannot have a unique solution (only infinitely many solutions or none at all).]
For the homogeneous linear system
find all values of k for which there are non-trivial
solutions.
If and only if every column of the row-echelon form of
matrix A has a leading one, then
Therefore non-trivial solutions exist for
k = 0 or k = –1 only |
When any of the three types of row operation is applied to a homogeneous linear system, the resulting linear system is also homogeneous. Prove that this statement is true.
The augmented matrix for a linear system is
[A|b].
If and only if the linear system is homogeneous, the vector
b is the zero vector.
The final column of the augmented matrix of any homogenoeus
linear system is therefore a column of zeros only.
Row operation I (swap two rows) will interchange two zeros
with each other in the final column, no matter which two
rows are chosen.
Row operation II (multiply a row by a non-zero constant)
will leave the zero entries in the final column unchanged.
The product of 0 with any finite number is 0.
Row operation III (add a multiple of one row to a different
row) will add a multiple of one zero to another zero in the
final column.
Thus the application of any row operation to a homogeneous linear system will leave the final column of zeros unchanged (and will leave any other entirely zero column unchanged also). The resulting system is therefore also homogeneous.
In the reduction of a homogeneous linear system, one may therefore omit the final column of zeros safely.
Find, where possible, conditions on a and b,
such that the system has no solution, one solution or
infinitely many solutions.
Reducing the system to row-echelon form:
Special case a = 2:
If b = 1/2 then the row-echelon form is
rank A = rank [A | b] = 2 but n = 3,
so there is a one-parameter family of solutions.
x and y are the leading variables and
z is a free parameter.
If b is not 1/2, then the row-echelon form is
rank A = rank [A | b] = n = 3,
so there is a unique solution.
Special case a = –2:
Clearly this system will be inconsistent (leading one in the
column for right side constants) unless
In the case b = 2, the echelon form is
This time x and z are the leading variables and
y is a free parameter, so that the system has a
one-parameter family of solutions.
When a2 is not 4,
the row reduction continues:
Two possibilities arise:
If ab = 1
then the row-echelon form is
which is an inconsistent system (no solutions).
If ab is not 1
then the row-echelon form is
which clearly has a unique solution.
Combining all of these results together, the system has
no solutions if
(ab = 1 and a
![]() ![]() a one-parameter family of solutions if (a = –2 and b = 2) or (a = +2 and b = 1/2) and a unique solution otherwise. |