I only wish to elaborate on Lanedance's post with a systematic spin.
billli said:
The Attempt at a Solution
I believe for question a) I just need to add up all the matrices and then row reduce to RREF, which gives me:
[1,0,0]
[0,1,0]
or Do I row reduce each matrices? Certainly not![/color]
Think of the matrices in the set S as vectors in the vector space M_{23} (the set of all 2x3 matrices). A basis for M_{23} is
\mathbf{e_1} = \begin{pmatrix}1 & 0 & 0\\ 0&0&0\end{pmatrix}, \mathbf{e_2} = \begin{pmatrix}0 & 1 & 0\\ 0&0&0\end{pmatrix}, \ldots, \mathbf{e_6} = \begin{pmatrix}0 & 0 & 0\\ 0&0&1\end{pmatrix}.
The first vector in S can then be written as \mathbf{v_1} = [1 \; 2 \; 3 \; 4 \; 5 \; 6]^T with respect to this basis, and similarly for the others, e.g., \mathbf{v_6} = [12 \; 10 \; 12 \; 12 \; 20 \; 18]^T.
So to
systematically determine whether the vectors in S are linearly independent (and hence form a basis), i.e., to determine whether the equation k_1\mathbf{v_1} + \ldots + k_6\mathbf{v_6}=\mathbf{0} has a nontrivial solution, one can row reduce the corresponding matrix [\mathbf{v_1} \ldots \mathbf{v_6}].
billli said:
I'm really not sure how to do b), any tips would be great!
It suffices to show that S spans the set of all such (i.e., of degree 4 or less) polynomials, which amounts to determining whether p1, p2, ..., p5 are linearly independent. Taking e1 = 1, e2 = x, ..., e5 = x^4, this is just like the part (a).
-------------
Of course, in part (a) for example, if you can spot a non-trivial linear combination of the \mathbf{v_i}'s that sums to \mathbf{0}, you are done. (I don't think it will be helpful if someone gives you one straight off the bat.)