Exercise 2.4.33

Answers

Vector

b = [ 3 5 8 ]

gives

x = 3x1+5x2+8x3 = [ 3 8 16 ];

The matrix

A = [ 1 00 1 1 0 0 11 ]

will have those x1 = (1,1,1),x2 = (0,1,1),x3 = (0,0,1) as columns of its "inverse" A1.

User profile picture
2021-12-06 18:16
Comments