Chapter 12: Problem 91
Cryptography One method of encryption is to use a matrix to encrypt the message and then use the corresponding inverse matrix to decode the message. The encrypted matrix, \(E\), is obtained by multiplying the message matrix, \(M\) by a key matrix, \(K\). The original message can be retrieved by multiplying the encrypted matrix by the inverse of the key matrix. That is, \(E=M \cdot K\) and \(M=E \cdot K^{-1}\) (a) The key matrix \(K=\left[\begin{array}{lll}2 & 1 & 1 \\ 1 & 1 & 0 \\ 1 & 1 & 1\end{array}\right] .\) Find its inverse \(, K^{-1}\). [Note: This key matrix is known as the \(Q_{2}^{3}\) Fibonacci encryption matrix.] (b) Use the result from part (a) to decode the encrypted $$ \text { matrix } E=\left[\begin{array}{lll} 47 & 34 & 33 \\ 44 & 36 & 27 \\ 47 & 41 & 20 \end{array}\right] $$ (c) Each entry in the result for part (b) represents the position of a letter in the English alphabet \((A=1\), \(B=2, C=3,\) and so on \() .\) What is the original message?
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.