Gauss-Jordan elimination on $$$\left[\begin{array}{ccc|c}1 & 1 & 1 & 4\\4 & 2 & 1 & 9\\1 & -1 & 1 & 6\end{array}\right]$$$

The calculator will perform the Gaussian elimination on the $$$3$$$x$$$4$$$ matrix $$$\left[\begin{array}{ccc|c}1 & 1 & 1 & 4\\4 & 2 & 1 & 9\\1 & -1 & 1 & 6\end{array}\right]$$$, with steps shown.

Related calculators: Reduced Row Echelon Form (RREF) Calculator, Matrix Inverse Calculator

$$$\times$$$

If the calculator did not compute something or you have identified an error, or you have a suggestion/feedback, please write it in the comments below.

Your Input

Perform the Gauss-Jordan elimination on $$$\left[\begin{array}{ccc|c}1 & 1 & 1 & 4\\4 & 2 & 1 & 9\\1 & -1 & 1 & 6\end{array}\right]$$$.

Solution

Subtract row $$$1$$$ multiplied by $$$4$$$ from row $$$2$$$: $$$R_{2} = R_{2} - 4 R_{1}$$$.

$$$\left[\begin{array}{ccc|c}1 & 1 & 1 & 4\\0 & -2 & -3 & -7\\1 & -1 & 1 & 6\end{array}\right]$$$

Subtract row $$$1$$$ from row $$$3$$$: $$$R_{3} = R_{3} - R_{1}$$$.

$$$\left[\begin{array}{ccc|c}1 & 1 & 1 & 4\\0 & -2 & -3 & -7\\0 & -2 & 0 & 2\end{array}\right]$$$

Subtract row $$$2$$$ from row $$$3$$$: $$$R_{3} = R_{3} - R_{2}$$$.

$$$\left[\begin{array}{ccc|c}1 & 1 & 1 & 4\\0 & -2 & -3 & -7\\0 & 0 & 3 & 9\end{array}\right]$$$

Answer

The reduced matrix is $$$\left[\begin{array}{ccc|c}1 & 1 & 1 & 4\\0 & -2 & -3 & -7\\0 & 0 & 3 & 9\end{array}\right]$$$A.