Test Tomorrow Linear independence, spanning, basis

In summary, a set of vectors is linearly independent if and only if there is no way to make a row all zeros, and a set of vectors is spanning if there is a way to make every row reach every vector in the set.
  • #1
blakpete91
4
0
Hello I'm taking linear algebra and have a couple of questions about linear independence, spanning, and basis

Let me start of by sharing what I think I understand.

-If I have a matrix with several vectors and I reduce it to row echelon form and I get a pivot in every column then I can assume that each vector is linearly independent of one another.

-if I have a matrix with several vectors and I reduce it to row echelon form and I get a pivot in every row then I can assume that each vector spans the other vectors.

-If I have a matrix with several vectors and I reduce it to row echelon form and I get a pivot in every row AND column then it is considered a linearly independent basis.
- If a vector is a scalar multiple of another vector then it is linearly Dependent

Am I understanding this correctly?

Thanks, Blake
 
Physics news on Phys.org
  • #2
Sounds about right.
A linearly independent set of vectors have the property that the only solution to ##\sum_{i=1}^n a_i \vec v_i =0## is for all the ##a_i## coefficients to be zero. If you can reduce a set of vectors to get a row of zeros, then they are not linearly independent. As you said, a pivot in every column, would imply there is no way to make a row all zeros.
A spanning set of vectors mean that there is nothing in the vector space that can't be reached by a linear combination of the vectors in the set. As you said, if you have a pivot in each row, you should easily be able to find a set of constants ##a_i## such that ##\sum_{i=1}^n a_i \vec v_i =\vec x## for any ##\vec x## in the space.
A basis set is by definition, a linearly independent spanning set. You cannot have more vectors than the dimension of the space you plan to span, and cannot have fewer.
Linear dependence is simply not linearly independent. Of course if one vector is a scalar multiple of another then the two vectors are collinear, and dependent. However, a set of vectors is linearly dependent if you can solve the problem ##\sum_{i=1}^n a_i \vec v_i =0## with anything other than all zeros. Or, in matrix form, if you can reduce one row to all zeros.
 
  • #3
Thank you for the quick detailed response.

If what you say is true how come the following example is linearly independent if the third column does not contain a pivot?

v1 = [3,1,2]
v2= [-1 8 4]

putting into matrix form
3 ,1 ,2
-1, 8 ,4

row echelon form

1 , 0.333, 0.666
0 , 1 , 0 .56

Notice 3rd column does not have a pivot in above row echelon form.

Thank you
 
  • #4
That's correct. Since you only have two vectors, it is sufficient to only have two pivots. Since, if you have reduce one column to a one on top and all zeros below, then you know that no linear combination of the vectors below can eliminate it.
This is an example of a linearly independent but not spanning set.
 
  • #5
Ah ok I see why it is linear independent now but I still don't understand why it wouldn't span since there is a pivot in every row.
 
  • #6
There is no way for 2 vectors to span a 3D space.
Dimension is more important than rules about where pivots are.
You can't span a space unless you have at least as many vectors as you have dimensions.
Furthermore, if you have more vectors than the dimension of your space, it is impossible for the set to be linearly independent.
 
  • #7
Light bulb just went off. Thank you for all your help. That last part made a lot of sense.
 
  • #8
Great. Good luck on the test.
 

1. What is linear independence?

Linear independence is a concept in linear algebra where a set of vectors is considered linearly independent if none of the vectors can be expressed as a linear combination of the other vectors in the set. This means that each vector in the set adds something unique and cannot be generated by a combination of the other vectors.

2. How is spanning related to linear independence?

Spanning refers to the set of all possible linear combinations of vectors in a given set. If a set of vectors is linearly independent, then it spans the entire vector space. However, if a set of vectors is not linearly independent, it may only span a subspace of the vector space.

3. What is a basis and why is it important?

A basis is a set of linearly independent vectors that span the entire vector space. It is important because it allows us to represent any vector in the vector space as a unique linear combination of the basis vectors. This makes it easier to solve problems and perform calculations in linear algebra.

4. How can I determine if a set of vectors is a basis?

To determine if a set of vectors is a basis, you can check if the vectors are linearly independent and if they span the entire vector space. If both conditions are met, then the set of vectors is a basis.

5. Can a set of vectors have more than one basis?

Yes, a vector space can have multiple bases. This is because there can be different sets of linearly independent vectors that span the vector space. However, all bases for a given vector space will have the same number of basis vectors, known as the dimension of the vector space.

Similar threads

  • Linear and Abstract Algebra
Replies
8
Views
876
  • Linear and Abstract Algebra
Replies
6
Views
872
  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Linear and Abstract Algebra
Replies
4
Views
873
  • Linear and Abstract Algebra
Replies
7
Views
1K
  • Linear and Abstract Algebra
Replies
14
Views
1K
  • Linear and Abstract Algebra
Replies
9
Views
569
  • Linear and Abstract Algebra
Replies
9
Views
195
  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Linear and Abstract Algebra
Replies
12
Views
1K
Back
Top