I would like to solve the following system of equations, where $x \in \mathbb{R}$ and $y\in \mathbb{R}$ are unknowns and $a,b,c,d,e \in \mathbb{R}$ are constants
$(x+\frac{1}{x} -a)/(\frac{x}{y}+\frac{y}{x} -e) =c\\ (y+\frac{1}{y}-b)/(\frac{x}{y}+\frac{y}{x}-e)=d $
I cannot find any smart substitution, and sympy appears not to be able to solve it.
First, make the ratio to get $$\frac{x+\frac{1}{x}-a}{y+\frac{1}{y}-b}=\frac c d$$ This gives a quadratic in $y$ which has two solutions $y_\pm$ (even if they are complex).
Now, in one of the equations, replace $y$ by $y_+$ and then $y_-$. This gives a monster in $x$.
For$(a,b,c,d,e)$, let us use $(1,2,3,4,5)$ this gives $$y_+=\frac{4 x^2+2x+4+\sqrt{\left(4 x^2+2 x+4\right)^2-36 x^2}}{6 x}$$ and $x$ is solution of $$1+8x-x^2-25x^3-x^4+8x^5+x^6=0$$