The question of linear independence of a finite amount of vectors can be thought of as asking about solutions to the equation: c_1\mathbf{v}_1+ c_2\mathbf{v}_2+...+c_n\mathbf{v}_n= \mathbf{0} where \mathbf{v}_i \in V are the vectors you are testing for linear independence and c_i \in F are scalars in your field F. The vectors \mathbf{v}_i will be linearly independent if and only if all the scalars, c_1,c_2,...,c_n are zero. Said another way: c_1\mathbf{v}_1+ c_2\mathbf{v}_2+...+c_n\mathbf{v}_n= \mathbf{0} \Rightarrow c_1,c_2,...,c_n=0 So to test a set of vectors for linear independence you set up the above equation and check to see if all the scalars c_i are zero. How exactly you go about checking that is more or less dependent on what vector space you're dealing with. As for the case of infinitely many vectors I'm not 100% sure, so I won't comment.