First time here? Check out the FAQ!
answered 12 years ago
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)