I have a question which says this:
Define these actions on lines of matrices:
e1 = multiply the line I in scale $c≠0$
e2 = switch the line i with the line j
e3 = add $c *$ line $j$ to line i
prove you can perform e2 with the uses of e1 and e3.
Okay, what I did:
first, I wrote in math what each e means:
e1 = $Ri → c * Ri$
e2 = $Ri → Rj$
e3 = $Ri → Ri + c * Rj$
I couldnt think of anything I can do...
If I could swap back line j with line i somehow ( it says from I to J, not opposite, so I cant use switch operation ).
Any tip? no solution please, only a tip how can I start answering this question ( and if possible, if I wrote in math correctly the e1,e2,e3. its the first time I encounter a question of such.