You are not logged in.
Pages: 1
Using the decoding matrix
A= [1 2
3 4]
solve for the code:
{63, 54, 76, 64, 135, 120, 174, 142}
Offline
Hi finitehelp;
From what I remember about matrix encoding and decoding you have to start with a matrix A that you use for encoding. Then you invert A to decode the message. Also if {63,54,76,64,135,120,174,142} is the encoded message.
and
is your inverted matrix.
Then the message is set up like this:
you multiply the decoding matrix and the message matrix
You get:
Put it back into the list. This is the decoded message.
{171.405,204,484,375,885,458,1090}
This answer seems strange to me. Are you sure that A is the decoding matrix?
Last edited by bobbym (2009-06-23 06:56:49)
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Pages: 1