This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
problem:simple_matrix_encryption [2013/08/16 17:22] 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& |
- | \begin{bmatrix} | + | |
- | 2& | + | |
- | 5& | + | |
- | 0& | + | |
- | \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. | 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. | ||
$$ | $$ | ||
Line 49: | Line 43: | ||
==== $\LaTeX$ version ==== | ==== $\LaTeX$ version ==== | ||
<file tex problem.simple_matrix_encryption.tex> | <file tex problem.simple_matrix_encryption.tex> | ||
- | %%%%% | ||
- | % DEPENDENCIES | ||
- | % RequiredPackages: | ||
- | % RequiredMacros: | ||
- | %%%%% | ||
%Encryption using matrices (and inverses to decode things). | %Encryption using matrices (and inverses to decode things). | ||
\begin{problem} | \begin{problem} | ||
Line 110: | Line 99: | ||
* | * | ||
- | {{tag> | + | {{tag> |