Processing math: 100%

SymPy Gamma logo SymPy Gamma

(x+2)/((x+3)*(x-4))
x+2(x4)(x+3)
solve((x + 2)/((x - 4)*(x + 3)), x)
x=
diff((x + 2)/((x - 4)*(x + 3)), x)
ddxx+2(x4)(x+3)=
series((x + 2)/((x - 4)*(x + 3)), x, 0, 10)
See what Wolfram|Alpha has to say.

Want a full Python shell? Use SymPy Live.