Hey. I would like someone to check if Im doing this correctly.
Use Gaussian elimination to reduce the augmented matrix which represents the linear system
3x + 2y - z = -15
x + y -4z = -30
3x + y + 3z = 11
3x + 3y - 5z = -41
to row echelon form
__________
So I placed all these coefficients into a matrix

According to my notes, we have to make the top left element a leading entry (i.e. make the leading entry non-zero). The leading entry is already zero so I just use the matrix I already have. Then I have to hold the first row constant and add multiples of the first row to all the other rows so that all the entries from row 2 and down are zero in the first column.
To get the new matrix, I did:
Second row - 1/3 x first row
Third row - 1 x first row
Fourth row - 1 x first row
As a result of this, I got

The next step is to reorder rows 2 and so on so that the next leading entry is in row 2. In this case, there is no need to reorder the rows since \frac{1}{3} is already the entry in row 2.. Row 2 is now kept constant and I have to make all the other entries from row 3 and down in the column with the second leading entry zero.
I did:
Third row + 3 x second row
Fourth row + 0 x second row

Then I kept row 3 constant and repeated the step above to the last row by doing fourth row - \frac{4}{7} x third row.
My final answer:

And i was just wondering if that was the right answer. This is the first time I have encountered something as hard as this and im not sure if Im doing it right. (I have to fill in the gaps in my lecture notes by myself

)
I also would like to know that if we were given a set of linear equations (for example, like the one given in this question), is it okay to reorder them in such that maybe the cofficients of the second equation are in the first row of the matrix when doing this type of question? Would reordering the equations make a difference in the final answer?
Any responses would be appreciated
