Let’s demonstrate each elementary equation operation using the system:
\begin{equation*}
\begin{aligned}
x + 2y &= 5\\
2x + 3y &= 7
\end{aligned}
\end{equation*}
Operation 1: Multiply an equation by a non-zero constant
We can multiply the first equation by 2 to get an equivalent system:
\begin{equation*}
\begin{aligned}
2x + 4y &= 10\\
2x + 3y &= 7
\end{aligned}
\end{equation*}
Notice that we can
reverse this operation by dividing the first equation by 2 to return to the original system. The transformation works
both ways.
Operation 2: Add a multiple of one equation to another
Starting from our original system, we subtract twice the first equation from the second equation:
\begin{equation*}
\begin{aligned}
x + 2y &= 5\\
-y &= -3
\end{aligned}
\end{equation*}
We can reverse this by adding twice the first equation to the second equation. Again, the transformation is
reversible.
Operation 3: Interchange two equations
We can swap the order of the equations:
\begin{equation*}
\begin{aligned}
2x + 3y &= 7\\
x + 2y &= 5
\end{aligned}
\end{equation*}
Obviously, we can interchange them back to the original order. This operation is clearly
reversible.
The
key insight is that
every elementary equation operation can be undone. This guarantees that when we transform one system into another using these operations, we can always transform back, ensuring the systems are truly
equivalent with the same solution set.