Study Hints for Quiz 2
Spaces associated with a matrix
The three spaces associated to an mxn matrix A will play a central role: null space, range (also known as column space), and row space.
You will be given a matrix and asked to find bases for all 3 of these spaces.
The dimensions of the spaces are linked in very important ways. It will be very important that your answers do not contradict these fundamental relations.
The rank of A = dim of row space of A = dim of range of A.
The nullity of A + rank A = n.
Equations and algebraic specification
Suppose you are given two vectors v and w and S is the span of {v, w}. Then if you are asked to find an algebraic specification or a minimal set of defining equations, this means that you are looking for equations whose solution set is S.
Example. Let v = [1 1 1]T , w = [3 1 2]T (note these are column vectors). Then the equations with coefficients a1, a2, a3 are the solutions of
a1 + a2 + a3 = 0
3 a1 - a2 + 2 a3 = 0
Using dimension in reasoning.
You can use dimension to tell when you have a basis. For example, if S is the null space of A = [1 2 1]], do v = [1 0 1 and w = [1 2 3] form a basis.