SymPy Gamma logo SymPy Gamma

x**7-x**5+4*x**3+1
solve(x**7 - x**5 + 4*x**3 + 1, x)
diff(x**7 - x**5 + 4*x**3 + 1, x)
series(x**7 - x**5 + 4*x**3 + 1, x, 0, 10)
See what Wolfram|Alpha has to say.

Want to compute something more complicated? Try a full Python/SymPy console at SymPy Live.