x**2-5
solve(x**2 - 5, x)
diff(x**2 - 5, x)
series(x**2 - 5, x, 0, 10)
Want to compute something more complicated? Try a full Python/SymPy console at SymPy Live.