L'exercice suivant est automatiquement et aléatoirement généré par ataraXy.
Si vous regénérez la page (F5) les valeurs seront changées.
La correction se trouve en bas de page.
Exercice
- Calculer l'inverse modulaire de \( 11\) modulo \( 26\) .
- Calculer le déterminant de la matrice \( A = \begin{pmatrix}12 & 23 & 24 \\ 24 & 10 & 25 \\ 25 & 12 & 5\end{pmatrix}\) .
- Expliquer pourquoi la matrice \( A \) est inversible modulo \( 26\) .
- Déterminer l'inverse de la matrice \( A \) .
A cette fin, on pourra considérer le produit de la matrice \( A\) par la matrice \( B =\begin{pmatrix}-250 & 173 & 335 \\ 505 & -540 & 276 \\ 38 & 431 & -432\end{pmatrix}\) .
- Déchiffrer le message suivant, crypté par la méthode de Hill par paquet de 1 de clef \( A \) : \[UOTSIWIQI\]
Cliquer ici pour afficher la solution
Exercice
- \[\begin{array}{|c|c|c|c||c|c|}\hline
a&b&r&q&u&v \\ \hline
26 & 11 & 4 & 2&3 & -7 \\ \hline
11 & 4 & 3 & 2&-1 & 3 \\ \hline
4 & 3 & 1 & 1&1 & -1 \\ \hline
3 & 1 & 0 & 3&0 & 1 \\ \hline
\end{array}\]
L'algorithme d'Euclide étendu, montre que l'inverse modulaire de \( 11\) est \( 19\) .
- D'après le cours \( det(A)= 9527\equiv_{26}11\) .
- La matrice \( A \) est inversible car le déterminant est inversible modulo \( 26\) .
- Réalisation le produit suggéré par l'énoncé :
\begin{eqnarray*}
A\times B
&=& \begin{pmatrix}12 & 23 & 24 \\ 24 & 10 & 25 \\ 25 & 12 & 5\end{pmatrix}\begin{pmatrix}-250 & 173 & 335 \\ 505 & -540 & 276 \\ 38 & 431 & -432\end{pmatrix}\\
&=& \begin{pmatrix}9527 & 0 & 0 \\ 0 & 9527 & 0 \\ 0 & 0 & 9527\end{pmatrix}\\
&=&9527\begin{pmatrix}1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1\end{pmatrix}\\
&\equiv_{26}&11\begin{pmatrix}1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1\end{pmatrix}
\end{eqnarray*}
Ainsi \( A\times B\equiv_{26}11Id_{3}\) . Puisque \( 19\) est l'inverse de \( 11\) modulo \( 26\) , on en déduit que \( A\times (19B)\equiv_{26} Id_{3}\) et donc que \( 19B\equiv_{26}A^{-1}\) . En conclusion :
\[ A^{-1}\equiv_{26}19\begin{pmatrix}-250 & 173 & 335 \\ 505 & -540 & 276 \\ 38 & 431 & -432\end{pmatrix}\equiv_{26}\begin{pmatrix}-18 & 11 & 21 \\ 1 & -16 & 18 \\ 20 & 25 & -18\end{pmatrix}\]
- \[\begin{array}{r|*{9}{|c}} Cryptogramme & U & O & T & S & I & W & I & Q & I\\\hline Codex & 20 & 14 & 19 & 18 & 8 & 22 & 8 & 16 & 8\\\hline Vecteurs & &&{ \begin{pmatrix}20 \\ 14 \\ 19\end{pmatrix} } & &&{ \begin{pmatrix}18 \\ 8 \\ 22\end{pmatrix} } & &&{ \begin{pmatrix}8 \\ 16 \\ 8\end{pmatrix} }\\\hline\begin{pmatrix}-18 & 11 & 21 \\ 1 & -16 & 18 \\ 20 & 25 & -18\end{pmatrix} & &&{ \begin{pmatrix}193 \\ 138 \\ 408\end{pmatrix} } & &&{ \begin{pmatrix}226 \\ 286 \\ 164\end{pmatrix} } & &&{ \begin{pmatrix}200 \\ -104 \\ 416\end{pmatrix} }\\\hline\equiv_{26} & &&{ \begin{pmatrix}11 \\ 8 \\ 18\end{pmatrix} } & &&{ \begin{pmatrix}18 \\ 0 \\ 8\end{pmatrix} } & &&{ \begin{pmatrix}18 \\ 0 \\ 0\end{pmatrix} }\\\hline & 11 & 8 & 18 & 18 & 0 & 8 & 18 & 0 & 0\\\hline Message & L & I & S & S & A & I & S & A & A\end{array}\]Le message claire est \( LISSAISAA \) .