Revision as of 17:36, 19 September 2008 by Dbarjum (Talk)

1) Bob can decrypt the message by multiplying the encrypted message by the inverse of the 3x3 matrix that his friend gave him, if it exists.

2)Yes she can! Reason being that this is a linear system in which input $ X $ yields output $ Y $ and input $ \bar{X} $ yields output $ \bar{Y} $.

Therefore, $ a*X + b*\bar{X} \to a*Y + b*\bar{Y} $ where $ a, b \in \mathbb{C} $

3)First, one has to find the matrix that was used in encoding. To find this, we take input $ (1,0,4,0,1,0,1,0,1) $ and turn it into matrix $ \begin{Bmatrix}1 & 0 & 4\\ 0 & 1 & 0\\ 1 & 0 & 1\end{Bmatrix} $. By multiplying the previous matrix with matrix $ \begin{Bmatrix}a & b& c\end{Bmatrix} $ yields the output matrix $ \begin{Bmatrix}2 &0&0\\0&1&0\\0&0&3\end{Bmatrix} $.

$ \begin{Bmatrix}a * b* c\end{Bmatrix} * \begin{Bmatrix}1 & 0 & 4\\ 0 & 1 & 0\\ 1 & 0 & 1\end{Bmatrix} \to \begin{Bmatrix}2 &0&0\\0&1&0\\0&0&3\end{Bmatrix} $ which yields three equations with three unknowns.

Solving for coefficients a, b, c

Alumni Liaison

Questions/answers with a recent ECE grad

Ryne Rayburn