Number 3

Describe the vectors in the column space and nullspace of the following:

In[84]:=

  a3={{1,2,5,5},{-2,-3,-8,-7}};
  MatrixForm[a3]

Out[84]=

  1    2    5    5
  
  -2   -3   -8   -7

Up to Exercises