Encoding and Decoding Information - Questions
🔒 Unlock Full Access
You're currently viewing a preview. Sign up or log in to access all 5 questions and complete solutions.
Use the table for swapping letters with numbers and the matrix \(C = \left[ {\begin{array}{*{20}{c}}1&2\\2&1\end{array}} \right]\) to encode the message \(\left[ {\begin{array}{*{20}{c}}C&A&N\\A&P&E\end{array}} \right]\)
\begin{array}{|c|c|c|c|c|}
\hline \text { A } & \text { C } & \text { E } & \text { N } & \text { P } \\
\hline 1 & 3 & 5 & 14 & 16 \\
\hline
\end{array}
\begin{aligned}
B=&\left[\begin{array}{ll}
C A N \\
A P E
\end{array}\right]=\left[\begin{array}{ccc}
3 & 1 & 14 \\
1 & 16 & 5
\end{array}\right] \\
CB &=\left[\begin{array}{ll}
1 & 2 \\
2 & 1
\end{array}\right]\left[\begin{array}{lll}
3 & 1 & 14 \\
1 & 16 & 5
\end{array}\right] \\
&=\left[\begin{array}{lll}
5 & 33 & 24 \\
7 & 18 & 33
\end{array}\right]
\end{aligned}
📚 Want More Questions?
There are 4 more questions available. Create your free account to access the complete question set with detailed solutions.