merlin2007
New member
- Joined
- Dec 25, 2006
- Messages
- 28
Hi all,
If I have a list of vectors, such as ((1,0,1),(1,-1,1),(3,5,3),(2,3,2)), I know I can find out whether at least three of them are linearly independent by trying all four possible lists of three. For example, I might pick the first three and check whether the third one can be written as a linear combination of the first two. However, I am wondering whether there is a faster way to traverse all four.
Thanks.
If I have a list of vectors, such as ((1,0,1),(1,-1,1),(3,5,3),(2,3,2)), I know I can find out whether at least three of them are linearly independent by trying all four possible lists of three. For example, I might pick the first three and check whether the third one can be written as a linear combination of the first two. However, I am wondering whether there is a faster way to traverse all four.
Thanks.