这一节与1.1 Fields一起,是一个基础知识介绍,主要概念包括field和subfield,system of m linear equations in n unknowns,以及什么是solution,什么是homogeneous system。
field需要满足9个条件,subfield则重点介绍的是复数域C上自成一域的集合。域的特征值是挺有意思的一个新概念,一般能遇到的field都是characteristic zero的。
在介绍方程组系统时,很快就引入了linear combination的概念,如果用线性空间的思维来看,equations in n unknowns with coefficients in F可以看作一个线性空间V,如果说一个方程是某个系统中方程的linear combination,那么这一方程处于这个系统在V中span的subfield,如果两个系统等价,按照文中定义,就是他们span成相同的subfield,因此解相同,这也是Theorem1 的内容。并且,V中的任何一个subfield都对应着里的一个subfield(即解空间solution space),当然按照1.2的内容还没法证明
和
是不是同构(isomorphism)的。
Exercises:
1. Verify that the set of complex numbers described in Example 4 is a subfield of .
Solution:Let , then
, thus
, let
, then
, so we have
2. Let be the field of complex numbers. Are the following two systems of linear equations equivalent? If so, express each equation in each system as a linear combination of the equations in the other system.
Solution:They are equivalent, since
and
3. Test the following systems of equations as in Exercise 2.
Solution: They are equivalent, since
and
4. Test the following systems of equations as in Exercise 2.
Solution: They are not equivalent, suppose
then compare we have
, compare
we have
, but then
5. Let F be a set which contains exactly two elements, 0 and 1. Define an addition and multiplication by the tables:
Verify that the set , together with these two operations, is a field.
Solution: The verification is as follows:
1) Addition is commutative
2) Addition is associative
3) The is the element
in
, since
4) To , we have
, to
, we have
since
5) Multiplication is commutative
6) Multiplication is associative
7) The is the element
in
since
and
8) To there’s
, since
9) Multiplication distributes over addition
6. Prove that if two homogeneous systems of linear equations in two unknowns have the same solutions, then they are equivalent.
Solution: Let
be two homogeneous system of linear equations, if they have only zero solutions, then and
are linearly independent, thus a basis of
, thus they can represent
and
, vice versa.
If they have non-zero solutions, then either all are
, or in each of the set
and
we have at least one nonzero element. Without loss of generality we suppose
for some
, in which one of
and one of
is nonzero, we further suppose
, then let
be a common solution, we have
then , thus
and also we have
thus the equivalence is proved.
7. Prove that each subfield of the field of complex numbers contains every rational number.
Solution: Let be a subfield of
, then
, thus
from the fact that
, and
since
and
, also from
we have
finally from we see
since
.
8. Prove that each field of characteristic zero contains a copy of the rational number field.
Solution: In a field of characteristic zero, we can successfully define
and form a copy of .
Use the property we can get a copy of
.
Use the property and
we can finally get a copy of
.
你好,请教一下。线性代数“1.4”小节最后一段文字:方程在域F中有解,则一定在子域F1中有解。觉得不能接受。在增广矩阵行初等变换过程中,那些系数还一直在子域F1中吗??
赞赞
你说的是1.4正文里最后的内容吧?初等行变换实质是对系数进行加或者乘,这两个运算在field里都是封闭的(所以在subfield里也是),如果F1是一个子域,那么让y1,…,ym在F1中满足的条件和在F中满足的条件是等价的
赞赞