Linear functions are used to model a broad range of real-world problems. The ability to solve linear equations and inequalities is an essential skill for analysing these models. This section covers ...
Grade school math students are likely familiar with teachers admonishing them not to just guess the answer to a problem. But a new proof establishes that, in fact, the right kind of guessing is ...
Simultaneous equations like 𝒚 = 2𝒙 - 1 and 𝒚 = 𝒙 + 1 can be represented graphically. To solve the equations graphically, the two lines 𝒚 = 𝒙 + 1 and 𝒚 = 2𝒙 - 1 are drawn on the same diagram.
Linear systems are the building blocks of countless real-world phenomena, from engineering to economics. This project explores the elegant methods used to solve these systems. The Gauss method is ...
This project is my BSc thesis. It implements and demonstrates several numerical methods for solving systems of linear equations. Unlike standard numerical libraries, this program also shows the ...