I want to solve for the roots of an equation which has two variables in it. For example:
$$24L^2x^2+ 4L^2x-9x = 0$$
This is just an example which I made up. Mine is a bit more complicated. I am not used dealing with this sort of thing, so is there any method of solving for the roots of this equation?
For a real case I have complicated equations such as:
$$\frac{4L^6-19L^4x}{9}+\frac{8L^2x^2}{3}-x^3$$
Thanks in advance.
This is just an example
Then maybe you should post a real case, since this example has the obvious root $x=0,$, and after removing that one you are left with a linear equation in $x$. – dxiv Sep 12 '17 at 01:37