Quickly solve systems of linear equations using our Gaussian Elimination Calculator. Enter coefficients for 2x2, 3x3, or 4x4 matrices and get step-by-step solutions, including row operations and reduced row echelon form. Essential for students and professionals in linear algebra and numerical analysis.
Formula:
Gaussian Elimination transforms an augmented matrix [A|b] into row echelon form using elementary row operations to solve systems of linear equations. For a system of n equations and n variables:
a11x1 + a12x2 + ... + a1nxn = b1
a21x1 + a22x2 + ... + a2nxn = b2
...
an1x1 + an2x2 + ... + annxn = bn
Here, aij are coefficients, xi are variables, and bi are constants.