Check if vectors are linearly independent or dependent. Calculate rank, determinant, and reduced row echelon form.
In linear algebra, a set of vectors is linearly independent if no vector in the set can be written as a linear combination of the others. Otherwise, the set is linearly dependent.
Mathematical Definition:
Row Reduction (RREF): Form a matrix with the vectors as columns. Reduce to RREF. The vectors are linearly independent if and only if every column has a pivot (rank equals number of vectors).
Determinant: For n vectors in ℝⁿ, form a square matrix. The vectors are linearly independent if and only if the determinant is non-zero.
Rank: The rank of a matrix equals the maximum number of linearly independent columns (or rows). If rank < n (number of vectors), the vectors are dependent.
Gram-Schmidt Process: Apply Gram-Schmidt orthogonalization. If any vector becomes zero during the process, the original set is linearly dependent.
| Property | Description |
|---|---|
| Zero Vector | Any set containing the zero vector is linearly dependent |
| Subset Property | A subset of a linearly independent set is also linearly independent |
| Superset Property | A superset of a linearly dependent set is also linearly dependent |
| Dimension Theorem | In ℝⁿ, any set with more than n vectors is linearly dependent |
| Basis | A linearly independent set that spans a vector space is a basis |
| Rank-Nullity | rank(A) + nullity(A) = number of columns of A |
| Determinant Test | For square matrices: det(A) ≠ 0 ⇔ columns are independent |
| Orthogonal Vectors | Non-zero orthogonal vectors are always linearly independent |
Calculator Features:
[1,0], [0,1]
Independent in ℝ²
[1,2], [2,4]
Dependent in ℝ²
[1,0,0], [0,1,0], [0,0,1]
Independent in ℝ³
[1,2,3], [2,4,6], [3,6,9]
Dependent in ℝ³
[1,0], [0,1], [1,1]
Dependent (3 in ℝ²)