TRANSMOGRIFIERS

by Dan Katz

Solution: SCIENCE COURT

Each function represented by a Greek letter is an operation on words; to solve the puzzle you need to figure out what each operation does. This can be done by observing the given outputs for each input, and knowing some math helps, since most of the operations are inspired by mathematical operations which use the same letter.

Exponents simply mean to apply the function multiple times; an inverse (-1 exponent) means to "undo" the operation, so α-1 means to Caesar shift backwards, and σ-1 means to cycle backwards.

Finally, a parenthesized superscript j means that rather than viewing letters individually, you should divide the word into j equal-length blocks, and use those blocks as "letters." For instance, τ24 of JUMPSUIT would be JPMUSUIT; &tau24(4) would be JUITSUMP. Note that the superscript works slightly differently on inclusion (the number of blocks refers to the output rather than the input, to match up with projection).

So once you've figured out the syntax, all that remains is to actually carry out the calculation at the end, in which the output is not given. It turns out to be SCIENCE COURT.