- #1
aliaze1
- 174
- 1
Does anyone know a good way to check if a given set of vectors (assume we just know we have a set, not their values) is linearly dependent or linearly independent without a calculator?
Ex: Given a set of n-dimensional vectors, say, vector1, vector2, and vector3, how would one determine if these vectors are linearly independent or dependent?
If I were to take the transpose of these vectors and make them into a matrix, and find the rank of this matrix, then I could perhaps check? If rank = number of vectors that make that matrix, then I have linear independence. If rank = less than number of vectors that make the matrix, then I have dependence (please correct me if I am wrong). I am a bit confused, as I know that the dimensions given (n) matter. If number of vectors is same as n/not same as n, does that make a difference?
Is there a better way of doing this? Graphically? Way to do this without looking at rank?
Ex: Given a set of n-dimensional vectors, say, vector1, vector2, and vector3, how would one determine if these vectors are linearly independent or dependent?
If I were to take the transpose of these vectors and make them into a matrix, and find the rank of this matrix, then I could perhaps check? If rank = number of vectors that make that matrix, then I have linear independence. If rank = less than number of vectors that make the matrix, then I have dependence (please correct me if I am wrong). I am a bit confused, as I know that the dimensions given (n) matter. If number of vectors is same as n/not same as n, does that make a difference?
Is there a better way of doing this? Graphically? Way to do this without looking at rank?