You can
put this solution on YOUR website!Start with the given matrix:

Add -2*Row 1 to Row 2 to get the new Row 2
Add -3*Row 1 to Row 3 to get the new Row 3
Add 5*Row 2 to Row 3 to get the new Row 3
Multiply Row 3 by

to make the pivot 1:
Add -1*Row 3 to Row 2 to get the new Row 2
Add -1*Row 2 to Row 1 to get the new Row
The matrix is now in
reduced row echelon form
If you need more help with row reduction or Gaussian elimination, check out
The Linear Algebra Toolkit, and it will take you step-by-step through any Gaussian elimination problem.