TASK:
$\frac{dx}{dt}=Ax$
Given $A=\begin{bmatrix} 1 & 0 & 0 \\ 0 & 2 & -3 \\ 1 & 3 &2 \end{bmatrix}$
Find real matrix $P$ s.t change of coordinates $x=Py$ transforms the system to and
$\frac{dy}{dt}=By$
$B=\begin{bmatrix} 1 & 0 & 0 \\ 0 & 2 & -3 \\ 0 & 3 &2 \end{bmatrix}$
Solve explicitly for $y$ hence evaluate solution in terms of $x$
APPROACH:
Firstly $PB=AP$
I tried to solve the 9 simultanouesequations and ended up with matrix where there are 3 free variables of the form:
$P=\begin{bmatrix} -10x & 0 & 0 \\ 3x & y & -z \\ x & z &y \end{bmatrix}$
Then I put this into $P^{-1}AP$ in software "SYMBOLAB" and the asnwer he gave me was $B$. So it turns out $x,y,z$may are free as long as $det(P)\neq0$ And since $det(P)=-10x(y^2+z^2)$, all I know is that $x\neq 0$ and at least one of the $y,z$ is not 0.
Is this the correct answer?
This might work.
\begin{align*} P & =\begin{bmatrix}1 & 0 & 0\\ 0 & a & b\\ 0 & -b & a \end{bmatrix} \end{align*}