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}22 & 7 \\ 21 & 19\end{pmatrix}\) .
- Expliquer pourquoi la matrice \( A \) est inversible modulo \( 26\) .
- Déterminer l'inverse de la matrice \( A \) .
- Déchiffrer le message suivant, crypté par la méthode de Hill par paquet de 1 de clef \( A \) : \[YVEACAGO\]
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)= 271\equiv_{26}11\) .
- La matrice \( A \) est inversible car le déterminant est inversible modulo \( 26\) .
- D'après le cours :
\[ \begin{pmatrix}22 & 7 \\ 21 & 19\end{pmatrix}^{-1} \equiv_{26} 19\begin{pmatrix}19 & -7 \\ -21 & 22\end{pmatrix}
\equiv_{26}\begin{pmatrix}361 & -133 \\ -399 & 418\end{pmatrix}
\equiv_{26}\begin{pmatrix}23 & -3 \\ -9 & 2\end{pmatrix}
\]
- \[\begin{array}{r|*{8}{|c}} Cryptogramme & Y & V & E & A & C & A & G & O\\\hline Codex & 24 & 21 & 4 & 0 & 2 & 0 & 6 & 14\\\hline Vecteurs & &{ \begin{pmatrix}24 \\ 21\end{pmatrix} } & &{ \begin{pmatrix}4 \\ 0\end{pmatrix} } & &{ \begin{pmatrix}2 \\ 0\end{pmatrix} } & &{ \begin{pmatrix}6 \\ 14\end{pmatrix} }\\\hline\begin{pmatrix}23 & -3 \\ -9 & 2\end{pmatrix} & &{ \begin{pmatrix}489 \\ -174\end{pmatrix} } & &{ \begin{pmatrix}92 \\ -36\end{pmatrix} } & &{ \begin{pmatrix}46 \\ -18\end{pmatrix} } & &{ \begin{pmatrix}96 \\ -26\end{pmatrix} }\\\hline\equiv_{26} & &{ \begin{pmatrix}21 \\ 8\end{pmatrix} } & &{ \begin{pmatrix}14 \\ 16\end{pmatrix} } & &{ \begin{pmatrix}20 \\ 8\end{pmatrix} } & &{ \begin{pmatrix}18 \\ 0\end{pmatrix} }\\\hline & 21 & 8 & 14 & 16 & 20 & 8 & 18 & 0\\\hline Message & V & I & O & Q & U & I & S & A\end{array}\]Le message claire est \( VIOQUISA \) .