Problem. Find a matrix
whose null space is the
span of
,
, and
.
Discussion.
should have five columns; we don't yet
know how many rows. Concentrate on one row of
;
since it's unknown, call it
x
.
When we multiply it by any of the three given column vectors
we are supposed to get 0. Since
x times a matrix equals
x
times each column of the matrix, if we let
be the
matrix with the given vectors as columns we have
x
. This equation describes the space of all row
vectors eligible to be a row of
. So we should choose
to have rows that are a basis for this space. How? Just
transpose to get a more familiar kind of problem, a matrix
times an unknown column vector:
x
0. (Here we used the idea
.) Now we
know what to do:
Method. Make
with the given vectors as columns, find
a basis for the null space of
, and use those basis
vectors as the rows of
. (In doing that we're transposing
the basis vectors to make them row vectors.)