The solution set of a linear system whose augmented matrix is [a b c d] is the same as the solution set of Ax = d, where A = [a b c]. Note: a, b, c, d are all column vectors.True/false

Respuesta :

Answer:

True

Step-by-step explanation:

First statement

[a b c | d][x]

[a b c]x=d

ax+bx+cx=d

Second statement

Ax=d

Given that A = [a b c]

[a b c]x=d

ax+bx+cx=d

ax+bx+cx=d

Then, they are going to have the same solutions