csprof2000 said:
I'm afraid you should have first given a definition of
easy...(sorry for this)
To the OP: if you are interested in another method without utilizing determinants then here we go. What does it mean for a set of vectors to be lin. dependent or lin. independent?
Let:
[tex]v_1,v_2,...,v_n[/tex] be a set of vectors in R^n. Then this set of vectors is said to be lineraly independent if there exists a trivial linear combination equal to zero. In other words, if the following dependence relation:
[tex]c_1v_1+...+c_nv_n=0[/tex] ----(@)
is possible only and only for [tex]c_i=0,\forall i \in N[/tex]
Now,the question, naturally, might arise how to determine c_i's? right?
Well, let's look at it this way, if we would define a matrix A, such that v_i's are its columns, i.e
[tex]A=[v_1,v_2,...,v_n][/tex]
Then (@) actually is the following homogeneous matrix equation Ax=0 ---(@@)
Where [tex]x=[c_1,...,c_n]^T[/tex]
Now, all you need to do is solve (@@), and see whether you have one unique solution(which will be your trivial solution, and thus the vectors will be lin. independent), or it will have infinitely many solutions,(in which case the vectors will be lin. dependent).