Number 5

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

In[86]:=

  a5={{-3,2,-7},{2,-1,4},{2,-2,6}};
  MatrixForm[a5]

Out[86]=

  -3   2    -7
  
  2    -1   4
  
  2    -2   6

Up to Exercises