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)
Want a full Python shell? Use SymPy Live.