Solve the system of linear equations $$ \begin{split} 2&x\ &+\ 17&y\ &= 1\\ 7&x\ &+\ &y\ &= 2 \end{split} $$ over $\mathbb{Z}_{23}$.
Can someone explain to me how to do this?
Solve the system of linear equations $$ \begin{split} 2&x\ &+\ 17&y\ &= 1\\ 7&x\ &+\ &y\ &= 2 \end{split} $$ over $\mathbb{Z}_{23}$.
Can someone explain to me how to do this?
Use row reduction with the augmented matrix:
\begin{align}% &\begin{bmatrix}\mkern-8mu\begin{array}{[rr|r} 2&17&1\cr 7&1&2 \end{array}\mkern-8mu\end{bmatrix}\xrightarrow{R_1\leftarrow12R_1} % \begin{bmatrix}\mkern-8mu\begin{array}{[rr|r} 1&-3&12\cr 7&1&2 \end{array}\mkern-8mu\end{bmatrix}\xrightarrow{R_2\leftarrow 7R_1-R_2} % \begin{bmatrix}\mkern-8mu\begin{array}{[rr|r} 1&-3&12\cr 0&1&13 \end{array}\mkern-8mu\end{bmatrix} \\[1ex]&\xrightarrow{R_1\leftarrow R_1+3R_2} % \begin{bmatrix}\mkern-8mu\begin{array}{[rr|r} 1&0&\color{red}5\cr 0&1&\color{red}{13} \end{array}\mkern-8mu\end{bmatrix} \end{align}