(Part 1)
Line 32: Line 32:
  
  
:<math> A = \begin{bmatrix} 2 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 3 \\\end{bmatrix} *  \begin{bmatrix}
+
:<math> A = \begin{bmatrix}
 
1 & 0 & 4 \\ 0 & 1 & 0 \\ 1 & 0 & 1 \\  
 
1 & 0 & 4 \\ 0 & 1 & 0 \\ 1 & 0 & 1 \\  
\end{bmatrix}^{-1} = \begin{bmatrix} -2/3 & 0 & 4 \\ 0 & 1 & 0 \\ 2/3 & 0 & -1 \\\end{bmatrix}
+
\end{bmatrix} * \begin{bmatrix} 2 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 3 \\\end{bmatrix}^{-1} = \begin{bmatrix} 1/2 & 0 & 4/3 \\ 0 & 1 & 0 \\ 1/2 & 0 & 1/3 \\\end{bmatrix}
 
</math>
 
</math>

Revision as of 07:46, 19 September 2008

This was an interesting question Professor Boutin


Part 1

How can Bob decrypt the message?

Bob can decrypt the message by multiplying the inverse of the 3-by-3 secret matrix with the coded message.

Part 2

Can Eve decrypt the message without finding the inverse of the secret matrix?
The asnwer is "no." She can find the inverse of the secret matrix from the intercepted message.
The coded and decrypted message can be arranged in a 3-by-3 matrix form.

$ Coded = \begin{bmatrix} 1 & 0 & 4 \\ 0 & 1 & 0 \\ 1 & 0 & 1 \\ \end{bmatrix} \ $


$ Decrypted = \begin{bmatrix} 2 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 3 \\ \end{bmatrix} \ $


Thus

$ Coded * A\ = Decrypted $

Or (A is the Secret Matrix)

$ \begin{bmatrix} 1 & 0 & 4 \\ 0 & 1 & 0 \\ 1 & 0 & 1 \\ \end{bmatrix}\ * A = \begin{bmatrix} 2 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 3 \\ \end{bmatrix} $


$ A = \begin{bmatrix} 1 & 0 & 4 \\ 0 & 1 & 0 \\ 1 & 0 & 1 \\ \end{bmatrix} * \begin{bmatrix} 2 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 3 \\\end{bmatrix}^{-1} = \begin{bmatrix} 1/2 & 0 & 4/3 \\ 0 & 1 & 0 \\ 1/2 & 0 & 1/3 \\\end{bmatrix} $

Alumni Liaison

Questions/answers with a recent ECE grad

Ryne Rayburn