Exercise 3.3.1

Answers

We have

[ 2464b1 2576b2 2352b3 ] [2 4 6 4 b1 0 1 1 2 b2 b1 0 1 1 2b3 b1 ] [2464 b1 0112 b2 b1 0000b3 + b2 2b1 ] .

Ax = b has a solution when b3 + b2 2b1 = 0; the column space contains all combinations of (2,2,2) and (4,5,3). This is the plane b3 + b2 2b1 = 0 (!). The nullspace contains all combinations of s1 = (1,1,1,0) and s2 = (2,2,0,1);xcomplete  = xp + c1s1 + c2s2

[Rd] = [ 101 2 4 0 1 1 2 1 000 0 0 ]

gives the particular solution xp = (4,1,0,0).

User profile picture
2022-01-23 14:18
Comments