I won't get much out of pure LaTeX just to say this. But my question is: if I have an array with 2 values in it, sorted as x[0-255],y[0-255] where I have every possible combination, 65536
How can I do this in algebra? I'm writing a computer program and I need the exact index of the two character string.
Now each value is retrievable. But I need the math to do it, instead of just searching for the optimization.
They are ordered like this:
[0,0][0,1][0,2]...[1,0][1,1][1,2]...[255,255]