SOLUTION: given a= 1 2 3 0 1 2 1 3 3 -1 1 5 2 5 4 is b=(1,0,1)T in the span of the columns of a? how do you solve this problem?

Algebra.Com
Question 1057358: given a=
1 2 3 0 1
2 1 3 3 -1
1 5 2 5 4
is b=(1,0,1)T in the span of the columns of a? how do you solve this problem?

Found 2 solutions by solve_for_x, rothauserc:
Answer by solve_for_x(190)   (Show Source): You can put this solution on YOUR website!
Use row operations to reduce the matrix "a" and determine which columns form a basis
of the column space.

The resulting matrix is:



From this, you can see that the first three columns are linearly independent
because each column has a single "1" in it, and the adjacent columns have
only 0 entries in the same row (looking only at the first three columns).

The fourth and fifth columns are linear combinations of the first three columns of a.

Specifically, the fourth column is a combination of 4 times the first column,
plus the second column, minus 2 times the third column. (Check this and see
for yourself.)

Now, if b = (1, 0, 1)^T is in the span of the columns of a, then there has to be
some linear combination of the first three columns that is equal to (1, 0, 1)^T.

That is:

(1, 2, 1)^T * x + (2, 1, 5)^T * y + (3, 3, 2)^T * z = (1, 0, 1)^T

This gives three equations:

x + 2y + 3z = 1

2x + y + 3z = 0

x + 5y + 2z = 1

If there is a solution for this system of equations, then b = (1, 0, 1)^T is in the
span of the columns of a.

I'll assume that you can take if from here. :)


Answer by rothauserc(4718)   (Show Source): You can put this solution on YOUR website!
Is a an augmented matrix?

RELATED QUESTIONS

given A= 1 2 3 0 1 2 1 3 3 -1 1 5 2 5 4 is b=(1,0,1)T in the span of the... (answered by ikleyn)
can someone please show me how to do this problem: Find the inverse, if it exists, of... (answered by Edwin McCravy)
Dear Tutor, Could you please explain the procedure in solving this problem: Let... (answered by Fombitz)
In solving a linear programming problem, you are given the following initial tableau. (answered by Edwin McCravy)

what is the value of this determinant?
{{{abs(matrix(6,6,
1,   1,   1,   1,    (answered by Edwin McCravy)
Hi,my name is Natalia. I solved two problems, but I'm not sure that I did it right. I... (answered by venugopalramana)
which of the following relations does not represent a function? A) {(-3,1),... (answered by ewatrrr)
Given that A = [2 3] [1 0] and B = [1 4] [0 1],... (answered by stanbon)
I did this linear equation problem, but I want to make sure it is right. Graph a line... (answered by drk)