Name: Anonymous 2008-09-09 15:39
If you have something like, say, x = 3*y^2, it's trivial to write y as a function of x (y = sqrt(x/3)).
But what about a polynomial? Like, say, x = 3*y^2 + 2*y. Is that doable "easily"?
But what about a polynomial? Like, say, x = 3*y^2 + 2*y. Is that doable "easily"?