What are the solutions of this system of equations where $x,y,z \in \mathbb{R}$?
$\begin{cases} 5(x+\frac{1}{x})=12(y+\frac{1}{y})=13(z+\frac{1}{z})\\ xy+yz+zx=1 \end{cases}$
First I rewrote the equations as
$\begin{cases} 5(\frac{x^2+1}{x})=12(\frac{y^2+1}{y})=13(\frac{x^2+1}{z})\\ xy+yz+zx=1 \end{cases}$
then by multiplying the first equation with $xyz$ I got
$\begin{cases} 5yz(x^2+1)=12xz(y^2+1)=13xy(z^2+1)\\ xy+yz+zx=1 \end{cases}$
Any idea on how to proceed is appreciated.