Describe the span of the set of columns in the matrix?
\[\left[\begin{matrix}3 & 1 & 4 & 2 \\ 0 & 2 & 3 & 1 \\ 0 & 0 & 0 & 3\end{matrix}\right]\]
How many pivots does this matrix has ?
@ganeshie8 It essentially has 3? and there are 3 rows but it also seems inconsistent
its just a matrix, so the term "inconcistent" does not make sense here
consistentt/inconsistent is a concept related to a system of equations / augmented matrix
heard of the term `rank` before ?
Yeah it means the amount of non-zero terms or related to the number of pivot points
since you have 3 pivots, the rank is 3, right ?
Yep the rank will be 3
doesn't that mean you also have 3 linearly independent column vectors ?
if you remove the 3rd column, 1,2,4 columns are independent right ?
\[\left[\begin{matrix}3 & 1 & 2 \\ 0 & 2 & 1 \\ 0 & 0 & 3\end{matrix}\right]\]
right independent because they do not equal 0
those 3 columns are linearly independent and you can reach every point in 3 dimensional space by `taking linear combinations of those 3 column vvectors`, yes ?
Yeah but why are we ignoring the 3rd column?
beause its an useless column, it can be obtained by taking linear combinations of first columns
Oh alright nice that makes more sense so by only using the other 3 we can definitely take linear combinations of the column vectors
Yes, \[\left[\begin{matrix}3 & 1 & 2 \\ 0 & 2 & 1 \\ 0 & 0 & 3\end{matrix}\right] \pmatrix{x\\y\\z} = \pmatrix{b_1\\b_2\\b_3}\] has a solution for all vectors of right hand side
So the given four vectors span a full 3 dimensional space
`span` is just a short hand form for saying a long sentence : `what all vectors can be obtained by taking linear combinations of given set of vectors?`
Yeah so to describe that i can say that by using any linearly combination for columns 1 2 and 4 i can obtain the vectors B1, b2, and b3?
nope
b1, b2, b3 are the components of a vector
And observe that third column is NOT the bad column, you could have removed 2nd also
1,3,4 column vectors are also linearly independent
but thats not the point here
Not sure what the problem is? would it be the last column? if we remove that then we have a row of zeros
you may describe `span` of given matrix like this : The given matrix has 3 pivots, that makes the rank = 3, and so it has 3 linearly independent column vectors. 3 linearly independent column vectors span a 3 dimensional space. So the given FOUR column vectors span 3 dimensional space
You don't need to delete any column vector. I have deleted just for explaining you. thats all :)
Oh alright
the definition you gave is awesome it makes sense but the 4 vectors to 3 dimensional space doesn't right now
how many vectors do you want in a 3 dimensional space ?
3
and how do you know the given vectors belong to a 3 dimensional space ?
you need a MINIMUM of 3 linearly independent vectors to span 3 dimensional space, but you can have ANY number of columns in your matrix right ? why restrict it to 3 ?
Not sure
In general : "n" linearly indpendent vectors span "n" dimensional space
So if you have "4" vectors in "3" dimensional space, they will be DEPENDENT for sure
Okay so if there are more vectors than the dimensional space this makes it dependent?
wouldn't i have a trivial solution though since the last column only has 1 solution?
if that doesnt make sense, consider 3 vectors in xy plane : |dw:1411088724390:dw|
Join our real-time social learning platform and learn together with your friends!