Definition
The Method of Elimination (Addition) is an algebraic technique for solving a system of linear equations by manipulating equations to create additive inverses for a specific variable, allowing its removal when the equations are summed. A linear equation in variables takes the form:
- How to read: “The sum of the coefficients a times variables x, from index one to n, equals the constant b.”
- Meaning: Elimination relies on the principle that adding equals to equals produces equals, effectively projecting the system into a lower dimension.
Why It Matters
Elimination forms the basis for matrix row reduction (Gaussian elimination) and all computational linear algebra. It is the most robust algebraic method for large systems, providing a systematic pathway to solve or identify redundancy in multi-variable constraints.
Core Concepts
- Method of Elimination (Addition): Manipulating equations (multiplying by constants) to create additive inverses (e.g., and ) for a specific variable, allowing its removal when equations are added together.
- System States:
- Consistent: At least one solution exists.
- Independent: Exactly one solution (intersecting lines/planes).
- Dependent: Infinitely many solutions (coincident lines/planes), resulting in an equation like .
- Inconsistent: No solution exists (parallel lines/planes), resulting in an equation like .
- Consistent: At least one solution exists.