Exercise 1.1.31

Write down three equations for c,d,e so that cu + dv + ew = b. Can you somehow find c,d,e for this b ?

u = [ 2 1 0 ]v = [ 1 2 1 ]w = [ 0 1 2 ]b = [ 1 0 0 ]

Answers

The equations cu + dv + ew = b are

2c d = 1 sod = 2ec = 34 c + 2d e = 0thenc = 3ed = 24 d + 2e = 0then4e = 1e = 14

User profile picture
2021-11-20 13:57
Comments