Peter G. answered 10/24/16
Tutor
4.9
(90)
Driven to succeed? Learn from a professional mathematician
The matrix has rank >= 2 by choice of a and b. On the other hand, any subset of 3 columns contains a linear dependence, so therefore the rank is less than 3.
Question 2 is testing rank(A) + nullity(A) = number of columns of A. So here, nullity(A) = 2, so we must have two linearly independent vectors in null(A), i.e. the null space has dimension 2. Think of this as the kernel of the linear transformation which is mapping a dimension 4 space to a dimension 2 space.
Your vector is indeed in the null space. Can you decompose it into two linearly independent vectors?
One can be (x -1 0 0)T and another (0 0 y -1)T