here is my problem :
Given a $GL(m,2)$ matrix $A$, and $x,y$ two non-zero $F_2$ vectors of length $m$ with the premise that $y = x(A^n)$ for some positive integer $n$. The goal is to find n.
Is it possible without computing all $xA^i$ until $n$ is found? If not, it is possible with a quantum computer ?
I know that Shor's algorithm allows to find $n$ given $A$ and $A^n$, but what if instead of $A^n$, only a pair vector-image is given ?
Thank you for any help
If $A$ is diagonalizable, $A=PDP^{-1}$ for some invertible $P$ and some diagonal $D$, then $yP=(xP)D^n$, and now it's easy to get $n$.
Even if $A$ is not diagonalizable, its Jordan form $J$ is simple enough that it should be possible to recover $n$ from $yP=(xP)J^n$.