Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I tried solve(expr^3,x) and this worked for your simple case.

sage: solve(expr^3,x)

[x == -y^(3/2), x == y^(3/2), x == 0]

I don't know how it will perform with a more complicated expression.