Quote:
Originally Posted by CaptainBlack Well lets see,
implies (assuming  anyway) that:
or:
Now lets do some calculations: Code: >i=1:16;
>
>x=[2^8-1:2^8+1]'
255
256
257
>
>s=abs(x-2^i);
>S=sum(s)
130052
130050
130050
>
So we conclude that, no your proposed condition does not define the solution.
CB |
CaptainBlack,
Thanks for your response, I will have to keep working on it.