Quiz 4 Ma 322 005 Name ______________

1. What is meant by the column space of a matrix A? Answer in a sentence (or two) and illustrate with the matrix [Maple Math] ,

The column space of a matrix A is the set of linear combinations of the columns of A. Another way to say the same thing is: the column space of A is the set of all vectors b such that Ax=b for some vector x.

In the case of [Maple Math] , the column space is seen to be all of [Maple Math] . One way to see this is to solve the equation [Maple Math] for s and t in terms of x and y, getting [Maple Math] .

2. What is meant the null space of a matrix A? Answer in a sentence (or two) and illustrate with the matrix [Maple Math] .

The null space of a matrix A is the set of solutions to the equation Ax = O. For the case [Maple Math] , we could solve the equation Ax = O by writing out the equations x + 2*y = 0, x + 2*y + 3*z = 0 and solve for x and z in terms of y: x = -2*y, y = y, z=0. So each vector in N(A) is of the form [Maple Math] . Thus the null space is the line of scalar multiples of [Maple Math] .

Remark: Using the algorithm given by Prof. Sathaye in the supplemental lecture to chapter 3, the last parts of problems 1 and 2 can be done at once.

[Maple Math] leads to [Maple Math] and from this matrix we can read off (transposes of) bases for the column space and the null space of A (the 1st and 3 pivot rows of [Maple Math] and the row augmenting the row of 0's in [Maple Math] )

3. What is the smallest subspace of [Maple Math] containing the plane x + y + z = 1? Explain your answer .

The smallest subspace containing this plane contains the vectors [Maple Math] , therefore it contains any linear combination of them. But each vector in [Maple Math] is a linear combination of these three vectors. So the answer is all of [Maple Math] .