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}4 & 15 & 25 \\ 17 & 6 & 0 \\ 23 & 9 & 0\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}0 & 225 & -150 \\ 0 & -575 & 425 \\ 15 & 309 & -231\end{pmatrix}\) .
- Déchiffrer le message suivant, crypté par la méthode de Hill par paquet de 1 de clef \( A \) : \[TOQCSFQQO\]
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)= 375\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}4 & 15 & 25 \\ 17 & 6 & 0 \\ 23 & 9 & 0\end{pmatrix}\begin{pmatrix}0 & 225 & -150 \\ 0 & -575 & 425 \\ 15 & 309 & -231\end{pmatrix}\\
&=& \begin{pmatrix}375 & 0 & 0 \\ 0 & 375 & 0 \\ 0 & 0 & 375\end{pmatrix}\\
&=&375\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}0 & 225 & -150 \\ 0 & -575 & 425 \\ 15 & 309 & -231\end{pmatrix}\equiv_{26}\begin{pmatrix}0 & 11 & -16 \\ 0 & -5 & 15 \\ 25 & 21 & -21\end{pmatrix}\]
- \[\begin{array}{r|*{9}{|c}} Cryptogramme & T & O & Q & C & S & F & Q & Q & O\\\hline Codex & 19 & 14 & 16 & 2 & 18 & 5 & 16 & 16 & 14\\\hline Vecteurs & &&{ \begin{pmatrix}19 \\ 14 \\ 16\end{pmatrix} } & &&{ \begin{pmatrix}2 \\ 18 \\ 5\end{pmatrix} } & &&{ \begin{pmatrix}16 \\ 16 \\ 14\end{pmatrix} }\\\hline\begin{pmatrix}0 & 11 & -16 \\ 0 & -5 & 15 \\ 25 & 21 & -21\end{pmatrix} & &&{ \begin{pmatrix}-102 \\ 170 \\ 433\end{pmatrix} } & &&{ \begin{pmatrix}118 \\ -15 \\ 323\end{pmatrix} } & &&{ \begin{pmatrix}-48 \\ 130 \\ 442\end{pmatrix} }\\\hline\equiv_{26} & &&{ \begin{pmatrix}2 \\ 14 \\ 17\end{pmatrix} } & &&{ \begin{pmatrix}14 \\ 11 \\ 11\end{pmatrix} } & &&{ \begin{pmatrix}4 \\ 0 \\ 0\end{pmatrix} }\\\hline & 2 & 14 & 17 & 14 & 11 & 11 & 4 & 0 & 0\\\hline Message & C & O & R & O & L & L & E & A & A\end{array}\]Le message claire est \( COROLLEAA \) .