Exercise 1.1.7

Describe the column space of A = [ vwv + 2w ]. Describe the nullspace of A : all vectors x = (x1,x2,x3) that solve Ax = 0. Add the "dimensions" of that plane (the column space of A) and that line (the nullspace of A): dimension of column space + dimension of nullspace = number of columns

Answers

A = [vwv + 2w ], the column space is a plane defined by the combination of vectors v and w, i.e. cv + dw.

Now compute the nullspace of A, we let Ax = 0, that is

Ax = [vwv + 2w ] [x1 x2 x3 ] = x1v + x2w + x3(v + 2w) = (x1 + x3)v + (x2 + 2x3)w = 0

The solution is thus x = [ x1 2x1 x1 ] and the nullspace of A is the line defined by x.

It’s easy to see that the dimension of column space + dimension of null space = number of columns in A.

User profile picture
2020-03-20 00:00
Comments