SymPy Gamma logo SymPy Gamma

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

Want a full Python shell? Use SymPy Live.