On Github onkursen / all-about-inverses
There are only three!
Switch two rows: \( r_i, r_j \rightarrow r_j, r_i\) Multiply a row by a constant: \( r_i \rightarrow Cr_i\) Add two rows together: \( r_i \rightarrow r_i + r_j\) You can also do 2 and 3 at the same time: \( r_i \rightarrow C_1 r_i + C_2 r_j\)