1
$\begingroup$

I have a list of inputs and outputs of what I believe is encoded with a matrix (similar to this method). I was wondering if its possible to reproduce the matrix used to transform the inputs into the outputs.

Example Data:

       in -> out     62403 -> 74222     62451 -> 74211     44279 -> 74208 

In case your wondering, I'm not trying to do anything illegal.

ps. It's highly possible the dataset I've provided doesn't map at all. It would still be interesting to see the process on a dataset does map.

  • 0
    In your link, the input is a (bunch of) vector(s), and the output is a (bunch of) vector(s). In your example, the input is a single number, and the output is a single number. Doesn't look much like what's in the link.2012-07-23

2 Answers 2