Number 4

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

In[85]:=

  a4={{1,1,0},{1,0,1},{0,0,1}};
  MatrixForm[a4]

Out[85]=

  1   1   0
  
  1   0   1
  
  0   0   1

Up to Exercises