The following is a linear system over \(\cc\text{:}\)
\begin{align*}
(2-i)x_1 + (2+4i)x_2 + (-7+6i)x_3 \amp = 2-6i \\
(1-2i)x_1 + (5+2i)x_2 + (-2+12i)x_3 \amp = -3-8i \\
-3x_1 + (1-5i)x_2 + 9x_3 \amp =-4+3i \text{.}
\end{align*}
This example may seem a bit intimidating at first, especially for readers who have not dealt much with \(\cc\text{.}\) But when we follow our step-by-step approach, we should arrive at a solution with minimal problems.
First, we write down the augmented matrix of this system:
\begin{equation*}
\left[\begin{array}{@{}ccc|c@{}}
2-i \amp 2+4i \amp -7+6i \amp 2-6i \\
1-2i \amp 5+2i \amp -2+12i \amp -3-8i \\
-3 \amp 1-5i \amp 9 \amp -4+3i
\end{array}\right]\text{.}
\end{equation*}
To start row reducing this matrix, we need a
\(1\) in the
\((1,1)\) entry. Instead of following
AlgorithmΒ 1.3.8 rigidly by exchanging rows and then dividing (or multiplying by an inverse), we will skip the first step and handle the rows as they are.
For a nonzero element \(a+bi\) of \(\cc\text{,}\) the multiplicative inverse is
\begin{equation*}
\frac{a}{a^2+b^2} - \frac{b}{a^2+b^2}i\text{.}
\end{equation*}
This means that the inverse of \(2-i\) is \(\frac{2}{5}+\frac{1}{5}i\text{.}\) So, in order to get a \(1\) in the \((1,1)\) position, we multiply the first row of the matrix by \(\frac{2}{5}+\frac{1}{5}i\text{.}\) Here is the result:
\begin{equation*}
\left[\begin{array}{@{}ccc|c@{}}
1 \amp 2i \amp -4+i \amp 2-2i \\
1-2i \amp 5+2i \amp -2+12i \amp -3-8i \\
-3 \amp 1-5i \amp 9 \amp -4+3i
\end{array}\right]\text{.}
\end{equation*}
We now work to clear out the other entries in the first column. We add \((-1+2i)\) times the first row to the second and we add \(3\) times the first row to the third. (We are taking care of two steps at once here.) This is the result:
\begin{equation*}
\left[\begin{array}{@{}ccc|c@{}}
1 \amp 2i \amp -4+i \amp 2-2i \\
0 \amp 1 \amp 3i \amp -1-2i \\
0 \amp 1+i \amp -3+3i \amp 2-3i
\end{array}\right]\text{.}
\end{equation*}
(For readers who are new to \(\cc\text{,}\) verifying these calculations would be an excellent exercise!)
Since we already have a \(1\) in the \((2,2)\) entry, we can use that to produce a zero below it in that column. We add \((-1-i)\) times the second row to the third row, and we get this:
\begin{equation*}
\left[\begin{array}{@{}ccc|c@{}}
1 \amp 2i \amp -4+i \amp 2-2i \\
0 \amp 1 \amp 3i \amp -1-2i \\
0 \amp 0 \amp 0 \amp 1
\end{array}\right]\text{.}
\end{equation*}
Even though this matrix is not yet in RREF, we do not need to continue with our algorithm.
TheoremΒ 2.2.2 tells us that the original system is inconsistent because of the pivot in the final column. Therefore, this system has no solution.