simplify ((x**2-4)/((x+3)*(x-2)))
solve((x + 2)/(x + 3), x)
diff((x + 2)/(x + 3), x)
series((x + 2)/(x + 3), x, 0, 10)
Want a full Python shell? Use SymPy Live.