Module 3: Systems of Equations
A system of linear equations is just two (or more) equations that share the same unknowns. The question is: are there values of x and y that satisfy all of them simultaneously?
Any equation of the form ax+by=c describes a straight line. Every point on that line is a pair (x, y) that satisfies the equation.
So solving a system of two equations is the same as asking: where do two lines cross?
The lines cross at exactly one point. That point is the unique pair (x, y) that satisfies both equations. Most systems look like this.
The lines are parallel — same slope, different intercepts. They never meet, so no (x, y) satisfies both at once. The system is called inconsistent.
The two equations describe the same line — one is just a multiple of the other. Every point on that line is a solution. The system is called dependent.
This system can be written as a single matrix equation:
The matrix on the left is a transformation. Solving the system means asking: what vector, when transformed, lands on the right-hand side? If the transformation is invertible (non-zero determinant), there's exactly one answer. If not — parallel lines, det = 0 — there's either none or infinitely many.