Respuesta :
Answer: The options are not easy to read, I'll explain the answer to a question even if I can't choose from the options.
Step-by-step explanation:
a. Every matrix equation Ax = b corresponds to a vector equation with the same solution set.
TRUE.
a. Let the vector equation of a linear system be
a1x1 + a2x2 + a3x3 + ... + anxn = b
The solution of the above vector equation is the same as the solution set of Ax = b, where A = [a1 a2 a3 ... an]. Where a1, a2, a3, ... , an, b are all column vectors.
b. If the equation Ax = b is consistent, then b is in the set spanned by the columns of A.
Option C, TRUE
Suppose A is an m×n matrix, the equation
Ax = b
is consistent if and only if the columns of A span R^m, that is every b in R^m is in the span of the columns of A, which is another way of saying that any b is a linear combination of the columns.
c. Any linear combination of vectors can always be written in the form Ax for a suitable matrix A and vector x.
Option A, TRUE
For a suitable matrix A and vector x, Ax can be written as a linear combination of the columns because the matrix A is the matrix of coefficients of the system of vectors, and nothing changes.