Matrix equations
Matrix Equations
A matrix equation is an equation of the form Ax = b, where A is a matrix and x and b are vectors. Matrix equations provide a compact way to represent and solve systems of linear equations.
Key Concepts
- Matrix multiplication interpretation:
Axis the linear combination of columns ofAwith weights fromx - Existence: A solution exists when
blies in the column space ofA - Uniqueness: The solution is unique when
Ahas full column rank (all columns are pivot columns) - Homogeneous case:
Ax = 0always has the trivial solutionx = 0
Properties
- If
Ais square and invertible,Ax = bhas the unique solutionx = A⁻¹b - If
Ais not invertible, the system may have no solution or infinitely many solutions - The set of all solutions to
Ax = 0forms the null space ofA
Matrix equations unify the treatment of linear systems and connect algebraic computation with geometric concepts like span, linear independence, and subspaces.