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 to compute something more complicated? Try a full Python/SymPy console at SymPy Live.