It is my first time posting a question on this board, so I am sorry for my newbie mistakes, but I couldn't find a solution by searching around.
So my question is:
if an unknown $3\times3 $ Matrix $A$ is given the row operations $ero_1$, $ero_2$, $ero_3$, and $ero_4$ in the following order, it can be converted into the identitymatrix.
$$ero_1: -7r_1 + r_2 \implies r_2$$ $$ero_2: r_1 <-> r_3$$ $$ero_3: 1/8r_3 \implies r_3$$ $$ero_4: 12r_3 + r_1 \implies r_1$$
Determine for each $i = 1, 2, 3, 4$ the elementary matrix $E_i$, which is equivalent to the rowoperation $ero_i$ and justify $E_4E_3E_2E_1A = I$ applies.
Determine for each i = 1, 2, 3, 4 the elementary matrix $E_i^-1$
Determine the productmatrix $E_1^-1 E_2^-1 E_3^-1 E_4^-1$ and justify that it is equivalent to the unknown Matrix A.
So I get matrix A = $\pmatrix{0&0&8\\0&1&56\\1&0&-12}$
Does that look correct to you?
Any input is appreciated. Thank you.
Hint: $$ E_4E_3E_2E_1A = I \implies\\ E_4^{-1}E_4E_3E_2E_1A = E_4^{-1}I \implies\\ E_3E_2E_1A = E_4^{-1} \implies\\ E_2E_1A = E_3^{-1}E_4^{-1} \implies\\ A = E_1^{-1}E_2^{-1}E_3^{-1}E_4^{-1} $$ Or if you prefer, think about it this way: each row-operation is a step that can be reversed. Starting from the identity matrix, work backwards.
Edit: The identity matrix of any size is simply the matrix with ones on the diagonal and zeros everywhere else. In this case, $$ I = \pmatrix{1&0&0\\0&1&0\\0&0&1} $$