- Published on
Notes on Strang Lecture - 1
Systems of linear equations
A system of linear equations can be represented in multiple ways, each providing insights into the nature of solutions.
Example 1: two equations with two unknowns
Consider the following system:
This system can be written in matrix form as:
Row picture
Each equation represents a line in the plane. A solution is a point where these two lines intersect. Solving the system, one finds that the lines meet at the point .
Column picture
Views the same system as a linear combination of column vectors:
Here, one seeks coefficients and that combine the column vectors to produce the right-hand side vector. With and , we have:
Example 2: three equations with three unknowns
Consider another system:
In matrix form:
Row picture
In three dimensions, each equation represents a plane. A solution is a point that lies on the intersection of all three planes.
Column picture
Solvability
One question is: Can we solve for every ?
This question is equivalent to asking whether the linear combinations of the columns of fill the entire space. For an matrix :
- If the columns of are linearly independent and span , then has a unique solution for every
- The matrix is then called invertible or non-singular
Remark
If a matrix is invertible, the solution dimension decreases by 1 after intersecting with each additional linear constraint - when we have independent constraints in -dimensional space, we arrive at a single solution point.