Set the matrix of a linear equation and write down entries of it to determine the solution by applying the Gaussian elimination method using this calculator.
Related
This Gaussian elimination calculator allows you to solve systems of linear equations efficiently and accurately. Whether you are working on homework or complex matrix problems, this tool simplifies the entire process.
Gaussian elimination is a systematic procedure used to solve systems of linear equations. It works by transforming the system’s augmented matrix into row echelon form (or reduced row echelon form) using elementary row operations.
Let’s understand the process step by step with a clear example.
Solve the following system of equations:
$$ 2x_1 + 4x_2 = 18 \\ 4x_1 + 6x_2 = 30 $$
First, write the system in augmented matrix form:
$$ \begin{bmatrix} 2 & 4 & 18 \\ 4 & 6 & 30 \end{bmatrix} $$
Step 1: Divide the first row by 2 to make the leading coefficient 1:
$$ \begin{bmatrix} 1 & 2 & 9 \\ 4 & 6 & 30 \end{bmatrix} $$
Step 2: Eliminate the first variable from the second row by subtracting 4 times the first row from the second row:
$$ \begin{bmatrix} 1 & 2 & 9 \\ 0 & -2 & -6 \end{bmatrix} $$
Step 3: Divide the second row by -2 to get a leading 1:
$$ \begin{bmatrix} 1 & 2 & 9 \\ 0 & 1 & 3 \end{bmatrix} $$
Step 4: Eliminate the second variable from the first row by subtracting 2 times the second row from the first row:
$$ \begin{bmatrix} 1 & 0 & 3 \\ 0 & 1 & 3 \end{bmatrix} $$
Now the left side of the matrix is the identity matrix. Therefore, the solution is:
$$ x_1 = 3, \quad x_2 = 3 $$
You can check your answer instantly using our free online Gaussian elimination calculator.
Related
Links
Home Conversion Calculator About Calculator Online Blog Hire Us Knowledge Base Sitemap Sitemap TwoEmail us at
Contact Us© Copyrights 2026 by Calculator-Online.net