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 \( 2159\) modulo \( 2526\) .
- Calculer le déterminant de la matrice \( A = \begin{pmatrix}2281 & 1862 \\ 1600 & 1585\end{pmatrix}\) .
- Expliquer pourquoi la matrice \( A \) est inversible modulo \( 2526\) .
- Déterminer l'inverse de la matrice \( A \) .
- Déchiffrer le message suivant, crypté par la méthode de Hill par paquet de 2 de clef \( A \) : \[1750-697-561-1472\]
Cliquer ici pour afficher la solution
Exercice
- \[\begin{array}{|c|c|c|c||c|c|}\hline
a&b&r&q&u&v \\ \hline
2526 & 2159 & 367 & 1&-753 & 881 \\ \hline
2159 & 367 & 324 & 5&128 & -753 \\ \hline
367 & 324 & 43 & 1&-113 & 128 \\ \hline
324 & 43 & 23 & 7&15 & -113 \\ \hline
43 & 23 & 20 & 1&-8 & 15 \\ \hline
23 & 20 & 3 & 1&7 & -8 \\ \hline
20 & 3 & 2 & 6&-1 & 7 \\ \hline
3 & 2 & 1 & 1&1 & -1 \\ \hline
2 & 1 & 0 & 2&0 & 1 \\ \hline
\end{array}\]
L'algorithme d'Euclide étendu, montre que l'inverse modulaire de \( 2159\) est \( 881\) .
- D'après le cours \( det(A)= 636185\equiv_{2526}2159\) .
- La matrice \( A \) est inversible car le déterminant est inversible modulo \( 2526\) .
- D'après le cours :
\[ \begin{pmatrix}2281 & 1862 \\ 1600 & 1585\end{pmatrix}^{-1} \equiv_{2526} 881\begin{pmatrix}1585 & -1862 \\ -1600 & 2281\end{pmatrix}
\equiv_{2526}\begin{pmatrix}1396385 & -1640422 \\ -1409600 & 2009561\end{pmatrix}
\equiv_{2526}\begin{pmatrix}2033 & -1048 \\ -92 & 1391\end{pmatrix}
\]
- \[\begin{array}{r|*{4}{|c}} Cryptogramme & 1750 & 697 & 561 & 1472\\\hline Vecteurs & &{ \begin{pmatrix}1750 \\ 697\end{pmatrix} } & &{ \begin{pmatrix}561 \\ 1472\end{pmatrix} }\\\hline\begin{pmatrix}2033 & -1048 \\ -92 & 1391\end{pmatrix} & &{ \begin{pmatrix}2827294 \\ 808527\end{pmatrix} } & &{ \begin{pmatrix}-402143 \\ 1995940\end{pmatrix} }\\\hline\equiv_{2526} & &{ \begin{pmatrix}700 \\ 207\end{pmatrix} } & &{ \begin{pmatrix}2017 \\ 400\end{pmatrix} }\\\hline & 700 & 207 & 2017 & 400\\\hline Message & HA & CH & UR & EA\end{array}\]Le message claire est \( HACHUREA \) .