Three unknowns, three equations, all tangled together. 2x + y − z = 8. −3x − y + 2z = −11. −2x + y + 2z = −3. Stare at it and nothing jumps out. Yet there is a single, mechanical recipe that will hand you x = 2, y = 3, z = −1 every time, with no cleverness required.
That recipe is Gaussian elimination. You add multiples of one equation to another to knock out variables, until the system collapses into a neat staircase: the last equation has one unknown, the one above it has two, and so on. Then you walk back up, substituting as you go.
The method is named after Carl Friedrich Gauss (early 1800s), though versions of it appear in the Chinese Nine Chapters on the Mathematical Art around 2,000 years ago. It is not an open problem or a hard one — it is solved, fast, and everywhere. Understanding it is understanding how computers actually answer "what makes all these equations true at once?"
Comments
Loading comments...