(3 4 -1 1
1 _1 3 1
4 _3 11 2. Reduce to row reduced echelon form
"\\begin{pmatrix}\n 3 & 4 & -1 & 1\\\\\n 1 & -1 & 3& 1\\\\\n 4 & -3 & 11 & 2\n\\end{pmatrix}"
Let's divide the 1st row by 3
"\\begin{pmatrix}\n 1 & 4\/3 & -1\/3 & 1\/3\\\\\n 1 & -1 & 3& 1\\\\\n 4 & -3 & 11 & 2\n\\end{pmatrix}"
From the 2nd row we have to subtract the first row; from the 3rd row we have to subtract the 4 times first row.
"\\begin{pmatrix}\n 1 & 4\/3 & -1\/3 & 1\/3\\\\\n 0 & -7\/3 & 10\/3& 2\/3\\\\\n 0 & -25\/3 & 37\/3 & 2\/3\n\\end{pmatrix}"
Let's divide the second row by -7/3
"\\begin{pmatrix}\n 1 & 4\/3 & -1\/3 & 1\/3\\\\\n 0 & 1 & -10\/7& -2\/7\\\\\n 0 & -25\/3 & 37\/3 & 2\/3\n\\end{pmatrix}"
To the third row we have to add the second row multiplied by 25/3
"\\begin{pmatrix}\n 1 & 4\/3 & -1\/3 & 1\/3\\\\\n 0 & 1 & -10\/7& -2\/7\\\\\n 0 & 0 & 3\/7 & -12\/7\n\\end{pmatrix}"
Let's divide the third row by 3/7
So the answer is: "\\begin{pmatrix}\n 1 & 4\/3 & -1\/3 & 1\/3\\\\\n 0 & 1 & -10\/7& -2\/7\\\\\n 0 & 0 & 1 & -4\n\\end{pmatrix}"
Comments
Leave a comment