#Inverse of an equation with matrices

14 messages · Page 1 of 1 (latest)

jagged marlin
#

We have been given this equation which is an encryption function and we are told to find the decryption function which I assume would be the inverse of that function

storm waspBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
jagged marlin
#

so I rearranged the equation to get this but it doesnt spit out the right numbers

#

have I done something wrong? is this possible?

lavish vale
jagged marlin
#

heres my working for the question

#

and when I use that equation to decrypt "yg" I get a matrix of 3 and 23/3 which cant be mapped back to a letter. I checked everything with calculators @lavish vale

#

I used a 7 instead of a 6 in the calculations but even that gives me fractional answers

lavish vale
lavish vale
# jagged marlin

Ohh. I see. It's in ℤ12.
Sorry, I don't know how to work with that.

jagged marlin
#

in case you were interested, when I was finding the inverse, I was just dividing the matrix by 1/9 but in modular arithmetic I actually need to find the multiplicative inverse

#

so I ended up with this, which is corret