Given the matrix $A^3= \begin{bmatrix}83&84\\42&41\end{bmatrix}$, find A
I only know how to use the basic method to find A, which is $A^3= \begin{bmatrix}a&b\\c&d\end{bmatrix}^3$, then solve a,b,c,d. Is there any other method?
Given the matrix $A^3= \begin{bmatrix}83&84\\42&41\end{bmatrix}$, find A
I only know how to use the basic method to find A, which is $A^3= \begin{bmatrix}a&b\\c&d\end{bmatrix}^3$, then solve a,b,c,d. Is there any other method?
Note that $B:= A^3$ has minimal polynomial $(x-125)(x+1)$ so to apply the function $x \mapsto \sqrt[3]{x}$ we have to find a polynomial $p(x) = ax+b$ such that $$p(125) = \sqrt[3]{125} = 5, \quad p(-1) = \sqrt[3]{-1} = -1.$$ We get that $p(x) = \frac1{21}(x-20)$ so $$\sqrt[3]{B} = p(B) = \frac1{21}(B-20I) = \begin{bmatrix}3 & 4 \\ 2 & 1 \end{bmatrix}.$$ This is certainly a cube root of $B$.
Since the roots of the characteristic polynomial are $-1,125$, two distinct roots, in dimension two, $A^3$ is diagonalizable. Find a basis of eigenvectors, $\{v_1,v_2\}$. Then conjugate by the matrix $P$ whose columns are those eigenvectors, to get $A=P\begin{pmatrix}-1&0\\0&5\end{pmatrix}P^{-1}$.