Accedmychevron_right11thchevron_rightmathchevron_rightComplex Numberschevron_rightExercise 1.5

Solution

Use the mapping A=1,,Z=26A=1,\dots,Z=26.

Word: CODE

C=3, O=15, D=4, E=5C=3,\ O=15,\ D=4,\ E=5

Encryption key:

k=2ik=2-i

Encryption (multiply by kk)

C: 3(2i)=63iO: 15(2i)=3015iD: 4(2i)=84iE: 5(2i)=105i\begin{aligned} C:&\ 3(2-i)=6-3i\\ O:&\ 15(2-i)=30-15i\\ D:&\ 4(2-i)=8-4i\\ E:&\ 5(2-i)=10-5i \end{aligned}

Encrypted values:

(63i, 3015i, 84i, 105i)(6-3i,\ 30-15i,\ 8-4i,\ 10-5i)

Decryption (multiply by k1k^{-1})

12i=2+i(2i)(2+i)=2+i5\begin{aligned} \frac{1}{2-i}&=\frac{2+i}{(2-i)(2+i)}=\frac{2+i}{5} \end{aligned}

Now:

(63i)2+i5=3,(3015i)2+i5=15,(84i)2+i5=4,(105i)2+i5=5(6-3i)\cdot\frac{2+i}{5}=3,\quad (30-15i)\cdot\frac{2+i}{5}=15,\quad (8-4i)\cdot\frac{2+i}{5}=4,\quad (10-5i)\cdot\frac{2+i}{5}=5

So the decrypted word is CODE.

Encrypted: (63i,3015i,84i,105i)  Decrypted: CODE\boxed{\text{Encrypted: }(6-3i,30-15i,8-4i,10-5i)\ \to\ \text{Decrypted: CODE}}