SymPy Gamma logo SymPy Gamma

(x%2*B*Number ('2' ))/((x%2*B*Number ('3' ))*(x-4))
solve(2/(3*(x - 4)), x)
diff(2/(3*(x - 4)), x)
series(2/(3*(x - 4)), x, 0, 10)
See what Wolfram|Alpha has to say.

Want to compute something more complicated? Try a full Python/SymPy console at SymPy Live.