Overview
Basic definition
- terminology to deal with a highly redundant
Definition: Linear independence
Let be a field and be an -vector space. A sequence of vectors is linearly independent if whenever for some , then for all . We say a sequence is linearly dependent if this is not the case.
Note that a sequence with repeated vectors is always linearly dependent since we can express as the nontrivial linear combination . Further, the sequences is automatically linearly dependent if for some .
- Also not linearly dependent if we can write one vector as a linear combination of the others
Code snippets
w_1, \ldots, w_\ell
t_1w_1 + \cdots + t_\ell w_\ell = 0