This is my matrix :

[-4 6 | -4] row 1
[-1 3 | 10] row 2

I have to turn it into the identity matrix using the Gauss Jordan method, following this method is it possible to add 1 to row 2 to cancel out the -1 ? And when adding 1, do I add 1 to every other number in both rows ?