How to find the exponent $x$ of a matrix in the following "eigenvalue" equation
$$\mathbf{A}^x \mathbf{v} = a \mathbf{v} ?$$
If it was a scalar eqution, then one could take logarithms on both sides to solve for $x$. I have heard of logarithm of a matrix, but as far as I know, there is no such thing as a logarithm of a vector and this is a vector equation.
Add 1 If I work along the line of the eigenvalue problem, then one gets a characteristic polynomial
$$|\mathbf{A}^x - a\mathbf{I}| = (\lambda_1^x - a)(\lambda_2^x - a)...(\lambda_n^x - a)$$
which suggests that if I know the eigenvalues of $\mathbf{A}$ then I can just solve $\lambda_1^x = a$ for $x$ (And hope that all other parts of the decomposition, i.e. $\lambda_j^x = a$, also result in the save value? Or will I have $n$ solutions for $x$, counting the multiplicity of the eigenvalues?)