Let Perform the following row operations sequentially (applying each new operation to the previous result).

First, swap the first and second rows:


Second, multiply every element of the first row by :


Third: add to the elements of the second row, times the corresponding elements of the first row:

You can earn partial credit on this problem.