1

Let be x, y two natural integers. Define the following transform: X=x+(x-y). Y=y-(x-y). If the difference d=x-y tends to 0, we have X=x and Y=y. The above transform has the property that is reversible in integer domain. I have $ (x,y) \in \{0,1..63\}$ . We know that pairs $(x_i,y_i)$, where i=$\overline{0,63}$, have a Laplace distribution of the histogram differences. What part of mathematics dealing with this transform? I want to know more reversible integer transforms.

1 Answers1

1

Your transform is the linear transform $$T:\quad \left[\matrix{x \cr y\cr}\right]\quad \mapsto\quad \left[\matrix{x' \cr y'\cr}\right]\ :=\ \left[\matrix{2 &-1 \cr -1 &2\cr}\right]\ \left[\matrix{x \cr y\cr}\right]\ .$$ Its inverse is given by $$T^{-1}:\quad \left[\matrix{x' \cr y'\cr}\right]\quad \mapsto\quad \left[\matrix{x \cr y\cr}\right]\ :=\ {\textstyle\left[\matrix{{2\over3} &{1\over3} \cr {1\over3} &{2\over3}\cr}\right]}\ \left[\matrix{x' \cr y'\cr}\right]\ .$$ The inverse does not map integer pairs to integer pairs. Consider the example $(x',y'):=(2,1)\in{\mathbb Z}^2$. Here $T^{-1}(x',y')=\bigl({5\over3},{4\over3}\bigr)\notin{\mathbb Z}^2$.