First time here? Check out the FAQ!
answered 2012-05-10 17:49:09 +0100
You may need to give it some assumptions. For example, the following will solve your equation.
var('x,y') assume(x>0) solve(x==y^(1/3),y)