我已经忘了这个概念中文如何翻译,但是其本质就是在Row-reduced的基础上,作行的对调,使得所有非零行在上面且每一行开头的1以从左至右自上而下的方式排列、所有零行在下面。这也是Theorem 5的结论,即任何 矩阵都和一个row-reduced echelon matrix是行等价的。
前两节讨论了如此多的row-reduced问题,目的是为了解方程组,因为row-reduced的形式使得解方程非常方便,并且如果非零行数比未知数的个数少,那么一定有非退化解(non-trivial solution),即不是0向量的解。Theorem 6是一个更强的假设和更弱一些的结论:如果是
矩阵且
,那么
一定有non-trivial solution。Theorem 7是一个特殊一点的结论:
方阵行等价于单位矩阵的充要条件是
只有0解。
以上已经讨论了足够多的关于homogeneous system的结论。如果将条件放松,即 变为
,那么需要考虑augmented matrix
, 在inhomogeneous system中,首先要考虑的是有没有解(不像homogeneous system里一定有0解),按照Theorem 4和Theorem 5可以将
变为一个row-reduced echelon matrix
,对应的会把
变成一个新的列向量
, 那么这个system有解的充要条件是
里全为零的最后几行对应的
的最后几个分量也都是0。
最后有一个看似很奇怪但确实正确的结论: 如果
都是在
的一个subfield
上,那么其在
中有解可以推出其在
中有解。
Exercises
1.Find all solutions to the following systems of equations by row-reducing the coefficient matrix:
Solution: We have
let , then all solutions is of the form:
2. Find a row-reduced echelon matrix which is row-equivalent to
. What are the solutions of
?
Solution: We have
the solutions of are trivial solutions.
3.Describe explicitly all row-reduced echelon matrices.
Solution: They are (due to the nonzero entries of the matrix)
4. Consider the system of equations
Does this system have a solution? If so, describe explicitly all solutions.
Solution: We have
this system has a solution, let , then all solutions of the system is
5. Give an example of a system of two linear equations in two unknowns which has no solution.
Solution: An example may be
6. Show that the system
has no solution.
Solution: Use row operation on the augmented matrix of the system we get
thus the system has no solution.
7. Find all solutions of
Solution: We have
thus , if we let
, then all solutions of the system is
8. Let . For which triples
does the system
have a solution?
Solution:
Since is row equivalent to the identity matrix,
has a solution for all
.
9. Let . For which
does the system
have a solution?
Solution:
so for triples which satisfies
does the system have a solution.
10. Suppose and
are
row-reduced echelon matrices and that the systems
and
have exactly the same solutions. Prove that
.
Solution: If and
are zero matrix then there’s nothing to prove.
If both are nonzero and assume they have different number of rows, let
then is a solution for the system of
, but not a solution for the system of
, a contradiction, thus
and
must have the same number of rows.
If both and
have one row, let
then is a solution for the system of
, thus a solution for the system of
, so
similarly use the solution we get
, thus
in this case.
If both and
have two rows, let
then it’s easy to see , otherwise
can’t be a solution for the system of
, also
, since
is a solution for the system of
and we have
. The proof is complete.