| I found a nontrivial solution with some ci=0 to the equation c1v1+⋯+cnvn=0, so the vectors are linearly independent. | Linear independence requires the ONLY solution to have all ci=0; a nontrivial solution is precisely the definition of linear dependence. | If any ci can be nonzero while the combination still equals zero, the vectors are linearly dependent, not independent. |
| I checked that no vector is a scalar multiple of another vector, so the set is linearly independent. | Dependence can occur through more subtle relationships: (1,2),(−3,1),(−5,5) are pairwise not multiples of each other yet satisfy a dependence relation. You must test the full linear combination equation, not just pairwise comparisons. | Always solve the complete system c1v1+⋯+cnvn=0 for the coefficients; visual or pairwise inspection is insufficient. |
| All my vectors are nonzero, so the set is linearly independent. | Linear dependence can occur entirely among nonzero vectors. For example, (1,0),(0,1),(1,1) are three nonzero vectors in R2, yet (1,0)+(0,1)−(1,1)=0 shows dependence. | A nonzero vector is necessary but not sufficient for independence of the entire set. You must solve the full linear combination equation for the specific collection of vectors. |