root (x,7)**2
solve(x**(2/7), x)
diff(x**(2/7), x)
series(x**(2/7), x, 0, 10)
Experiment with SymPy at SymPy Live.