If you find any mistakes, please make a comment! Thank you.

Solution to Linear Algebra Hoffman & Kunze Chapter 1.2


Exercise 1.2.1:

Verify that the set of complex numbers described in Example 4 is a subfield of C.

Solution: Let F={x+y2x,yQ}. Then we must show six things:

  1. 0 is in F
  2. 1 is in F
  3. If x and y are in F then so is x+y
  4. If x is in F then so is x
  5. If x and y are in F then so is xy
  6. If x0 is in F then so is x1

For 1, take x=y=0.

For 2, take x=1, y=0.

For 3, suppose x=a+b2 and y=c+d2. Then x+y=(a+c)+(b+d)2F.

For 4, suppose x=a+b2. Then x=(a)+(b)2F.

For 5, suppose x=a+b2 and y=c+d2. Then xy=(a+b2)(c+d2)=(ac+2bd)+(ad+bc)2F.For 6, suppose x=a+b2 where at least one of a or b is not zero. Let n=a22b2. Since 2 is not rational, we have n0. Let y=a/n+(b/n)2F. Then xy=1n(a+b2)(ab2)=1n(a22b2)=1. Thus y=x1 and yF.


Exercise 1.2.2:

Let F 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: Yes the two systems are equivalent. We show this by writing each equation of the first system in terms of the second, and conversely.
3x1+x2=13(x1x2)+43(2x1+x2)x1+x2=13(x1x2)+23(2x1+x2)x1x2=(3x1+x2)2(x1+x2)2x1+x2=12(3x1+x2)+12(x1+x2)


Exercise 1.2.3:

Test the following systems of equations as in Exercise 2.
x1+x2+4x3=0x1x3=0x1+3x2+8x3=0x2+x3=012x1+x2+52x3=0Solution: Yes the two systems are equivalent. We show this by writing each equation of the first system in terms of the second, and conversely.
x1x3=34(x1+x2+4x3)+14(x1+3x3+8x3)x2+3x3=14(x1+x2+4x3)+14(x1+3x3+8x3)
and
x1+x2+4x3=(x1x3)+(x2+3x3)x1+3x2+8x3=(x1x3)+3(x2+3x3)12x1+x2+52x3=12(x1x3)+(x2+3x3)


Exercise 1.2.4:

Test the following systems as in Exercie 2.
2x1+(1+i)x2+x4=0(1+i2)x1+8x2ix3x4=03x22ix3+5x4=023x112x2+x3+7x4=0Solution: These systems are not equivalent.

Call the two equations in the first system E1 and E2 and the equations in the second system E1 and E2. Then if E2=aE1+bE2 since E2 does not have x1 we must have a=1/3. But then to get the coefficient of x4 we’d need 7x4=13x4+5bx4. That forces b=43. But if a=13 and b=43 then the coefficient of x3 would have to be 2i43 which does not equal 1. Therefore the systems cannot be equivalent.


Exercise 1.2.5:

Let F be a set which contains exactly two elements, 0 and 1. Define an addition and multiplication by the tables:
+0100111001000001Solution: We must check the nine conditions on pages 1-2:

  1. An operation is commutative if the table is symmetric across the diagonal that goes from the top left to the bottom right. This is true for the addition table so addition is commutative.
  2. There are eight cases. But if x=y=z=0 or x=y=z=1 then it is obvious. So there are six non-trivial cases. If there’s exactly one 1 and two 0’s then both sides equal 1. If there are exactly two 1’s and one 0 then both sides equal 0. So addition is associative.
  3. By inspection of the addition table, the element called 0 indeed acts like a zero, it has no effect when added to another element.
  4. 1+1=0 so the additive inverse of 1 is 1. And 0+0=0 so the additive inverse of 0 is 0. In other words 1=1 and 0=0. So every element has an additive inverse.
  5. As stated in 1, an operation is commutative if the table is symmetric across the diagonal that goes from the top left to the bottom right. This is true for the multiplication table so multiplication is commutative.
  6. As with addition, there are eight cases. If x=y=z=1 then it is obvious. Otherwise at least one of x, y or z must equal 0. In this case both x(yz) and (xy)z equal zero. Thus multiplication is associative.
  7. By inspection of the multiplication table, the element called 1 indeed acts like a one, it has no effect when multiplied to another element.
  8. There is only one non-zero element, 1. And 11=1. So 1 has a multiplicative inverse. In other words 11=1.
  9. There are eight cases. If x=0 then clearly both sides equal zero. That takes care of four cases. If all three x=y=z=1 then it is obvious. So we are down to three cases. If x=1 and y=z=0 then both sides are zero. So we’re down to the two cases where x=1 and one of y or z equals 1 and the other equals 0. In this case both sides equal 1. So x(y+z)=(x+y)z in all eight cases.

Exercise 1.2.6:

Prove that if two homogeneous systems of linear equations in two unknowns have the same solutions, then they are equivalent.

Solution: Write the two systems as follows:
a11x+a12y=0a21x+a22y=0am1x+am2y=0b11x+b12y=0b21x+b22y=0bm1x+bm2y=0  Each system consists of a set of lines through the origin (0,0) in the x-y plane. Thus the two systems have the same solutions if and only if they either both have (0,0) as their only solution or if both have a single line ux+vy0 as their common solution. In the latter case all equations are simply multiples of the same line, so clearly the two systems are equivalent. So assume that both systems have (0,0) as their only solution. Assume without loss of generality that the first two equations in the first system give different lines. Then
(1)a11a12a21a22 We need to show that there’s a (u,v) which solves the following system:
a11u+a12v=bi1a21u+a22v=bi2 Solving for u and v we get
u=a22bi1a12bi2a11a22a12a21 v=a11bi2a21bi1a11a22a12a12 By (1) a11a22a12a210. Thus both u and v are well defined. So we can write any equation in the second system as a combination of equations in the first. Analogously we can write any equation in the first system in terms of the second.


Exercise 1.2.7:

Prove that each subfield of the field of complex numbers contains every rational number.

Solution: Every subfield of C has characterisitc zero since if F is a subfield then 1F and n1=0 in F implies n1=0 in C. But we know n1=0 in C implies n=0. So 1,2,3, are all distinct elements of F. And since F has additive inverses 1,2,3, are also in F. And since F is a field also 0F. Thus ZF.

Now F has multiplicative inverses so ±1nF for all natural numbers n. Now let mn be any element of Q. Then we have shown that m and 1n are in F. Thus their product m1n is in F. Thus mnF. Thus we have shown all elements of Q are in F.


Exercise 1.2.8:

Prove that each field of characteristic zero contains a copy of the rational number field.

Solution: Call the additive and multiplicative identities of F 0F and 1F respectively. Define nF to be the sum of n 1F’s. So nF=1F+1F++1F (n copies of 1F).

Define nF to be the additive inverse of nF. Since F has characteristic zero, if nm then nFmF.

For m,nZ, n0, let (mn)F=mFnF1. Since F has characteristic zero, if mnmn then (mn)F(mn)F. Therefore the map mn(mn)F gives a one-to-one map from Q to F.

Call this map h. Then h(0)=0F, h(1)=1F and in general h(x+y)=h(x)+h(y) and h(xy)=h(x)h(y). Thus we have found a subset of F that is in one-to-one correspondence to Q and which has the same field structure as Q.

From http://greggrant.org

Linearity

This website is supposed to help you study Linear Algebras. Please only read these solutions after thinking about the problems carefully. Do not just copy these solutions.
Close Menu
Close Menu