User Tools

Site Tools


problem:simple_matrix_encryption

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
problem:simple_matrix_encryption [2013/08/16 17:23]
bmwoodruff
problem:simple_matrix_encryption [2013/08/16 17:29] (current)
bmwoodruff [$\LaTeX$ version]
Line 2: Line 2:
 ==== Problem ==== ==== Problem ====
 Consider the matrix  Consider the matrix 
-$A = +$A = \begin{bmatrix} 2&1&-1\\ 5&2&-3\\ 0&2&1\end{bmatrix}$.  
-\begin{bmatrix} 2&1&-1\\ 5&2&-3\\ 0&2&1\end{bmatrix} +
-$.  +
 Joe decides to send a message to Sam by encrypting the message with the matrix $A$. He first takes his message and converts it to numbers by replacing A with 1, B with 2, C with 3, and so on till replacing Z with 26.  He uses a 0 for spaces.  After replacing the letters with numbers, he breaks the message up into chunks of 3 letters.  He then multiplies each chunk of 3 by the matrix $A$, resulting in a coded message. For example, to send the message "good job ben" he firsts converts the letters to the numbers and places them in a large matrix $M$ (top to bottom, left to right)  Joe decides to send a message to Sam by encrypting the message with the matrix $A$. He first takes his message and converts it to numbers by replacing A with 1, B with 2, C with 3, and so on till replacing Z with 26.  He uses a 0 for spaces.  After replacing the letters with numbers, he breaks the message up into chunks of 3 letters.  He then multiplies each chunk of 3 by the matrix $A$, resulting in a coded message. For example, to send the message "good job ben" he firsts converts the letters to the numbers and places them in a large matrix $M$ (top to bottom, left to right) 
 $$ $$
Line 45: Line 43:
 ==== $\LaTeX$ version ==== ==== $\LaTeX$ version ====
 <file tex problem.simple_matrix_encryption.tex> <file tex problem.simple_matrix_encryption.tex>
-%%%%% 
-% DEPENDENCIES 
-% RequiredPackages: \usepackage{tikz} 
-% RequiredMacros: \DeclareMathOperator{\aut}{Aut}  
-%%%%% 
 %Encryption using matrices (and inverses to decode things). %Encryption using matrices (and inverses to decode things).
 \begin{problem} \begin{problem}
Line 106: Line 99:
   *    * 
  
-{{tag>problem}}+{{tag>problem ben needsreview rben}}
problem/simple_matrix_encryption.1376688193.txt.gz · Last modified: 2013/08/16 17:23 by bmwoodruff