Exercise 3.2.20

Answers

1.
Just like the skill we learned in the Exercise 1.4.2 we can solve the system of linear equation Ax = 0 and get the solution space
{(x3 + 3x5,2x3 + x5,x3,2x5,x5) : xi 𝔽}.

And we know that {(1,2,1,0,0),(3,1,0,2,1)} is a basis for the solution space. Now we can construct the desired matrix

M = ( 1 3 000 2 1 0 0 0 1 0 000 0 2 0 0 0 0 1 000 ).
2.
If AB = O, this means that every column vector of B is a solution of Ax = 0. If rank of B is greater than 2, we can find at least three independent vectors from columns of B. But this is is impossible since by Dimension Theorem we know that
dim(𝔽5) = dim(R(L A)) + dim(N(LA))

and so dim(N(LA)) = 5 3 = 2.

User profile picture
2011-06-27 00:00
Comments