Linear Algebra Systems Of Equations
TheoremLinear Algebra - Systems of Linear Equations
Systems of Linear Equations
General System
…
Matrix form:
Solution Methods
Gaussian Elimination: Convert to row echelon form.
- Swap rows
- Multiply row by nonzero constant
- Add multiple of one row to another
Row Echelon Form (REF):
- Leading entries move right as you go down
- Zero rows at bottom
Reduced Row Echelon Form (RREF):
- Leading entries are 1 (called pivot)
- Pivot columns have single 1, others 0
Solution Structure
For system :
Number of solutions:
- If : unique solution
- If : infinitely many ( - rank free variables)
- If : no solution
Homogeneous system :
- Always has solution (trivial )
- If : only trivial solution
- If : infinitely many solutions
Linear Dependence
Vectors are linearly dependent if there exist scalars (not all zero) such that .
Otherwise: linearly independent.
Check: Form matrix with columns as vectors. Linearly independent columns are pivot columns null space has only zero vector.