Asked by Anonymous
A message was encoded using the matrix
[7 2
3 1]
and you can decode the message 2 numbers at a time in a [1 x 2] matrix.
Here are the first four numbers:
66 21 119 35
I know it's coded row matrix times the decoder = the uncoded row matrix. (The key is A=1, B=2, etc.) I'm just not sure how to, because i tried it and got really large numbers. Help please?
thank you!
[7 2
3 1]
and you can decode the message 2 numbers at a time in a [1 x 2] matrix.
Here are the first four numbers:
66 21 119 35
I know it's coded row matrix times the decoder = the uncoded row matrix. (The key is A=1, B=2, etc.) I'm just not sure how to, because i tried it and got really large numbers. Help please?
thank you!
Answers
Answered by
Reiny
you will need the inverse matrix of
7 2
3 1 which is
1 -2
-3 7
7 2
3 1 which is
1 -2
-3 7
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.