Gaussian elimination is a method for solving systems of linear equations. It is named after Carl Friedrich Gauss, although it was known to Chinese mathematicians as early as 179 AD. This method uses elementary row operations to modify the coefficient matrix of the system into row echelon form, from which the solution can be obtained by back-substitution.
For a system of linear equations \(AX = B\), where A is the coefficient matrix, X is the variable vector, and B is the constant vector, we follow these steps:
Let's solve the following system of equations:
\[ \begin{cases} 2x + y - z = 8 \\ -3x - y + 2z = -11 \\ -2x + y + 2z = -3 \end{cases} \]This diagram shows the solution point (2, 3, -1) in the XY plane. The Z-coordinate is represented by the size of the point.
We can create a free, personalized calculator just for you!
Contact us and let's bring your idea to life.