Determining the dimension of V: is this correct?

108 Views Asked by At

For clearance: am I doing it right?

enter image description here

So, I have the vector in REF, which gives me:

1 1 -1 2
0 1 -3 1
0 0 0 0 
0 0 0 0

So, we have a rank of 2, hence: we have two pivot columns. We have a nullity of two, because we have two columns without a pivot (= free variables = nullity), so the dimension should be:

Dimension = Rank (2) + nullity (2) = 4

Am I correct or not?