Q. 87
Question
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, , is obtained by multiplying the message matrix, , by a key matrix, . The original message can be retrieved by multiplying the encrypted matrix by the inverse of the key matrix. That is, and .
(a) Given the key matrix , find its inverse, . [Note: This key matrix is known as the Fibonacci encryption matrix.]
(b) Use your result from part (a) to decode the encrypted matrix
(c) Each entry in your result for part (b) represents the position of a letter in the English alphabet ( and so on). What is the original message?
Step-by-Step Solution
Verified(a) The inverse of the key matrix
(b) The message matrix is
(c) The original message is "Math is fun".
The encrypted matrix, is obtained by multiplying the message matrix, by a key matrix. The original message can be retrieved by multiplying the encrypted matrix by the inverse of the key matrix. That is, and .
We have the given key matrix
(b) First we have to find first, we have to form
Now let us convert the left side of the matrix into its reduced echelon form.
By performing the operation ,
Substracting the first row from the second row,
subtracting the first row from the third row,
Multiply the second row by
Perform the operation we get,
Perform the operation
Subtract the third row from the first row,
Add second and third row, we get
Therefore, the inverse key matrix is
(b)To find the message matrix ,we have to find the product of the two matrices and .
The message matrix
(c) Each number in the matrix represents a letter of the English alphabet. Therefore,
| 13 | 1 | 20 | 8 | 9 | 19 | 6 | 21 | 14 |
| M | A | T | H | I | S | F | U | N |
Hence, the original message is "Math is fun".