diff (f(x)*g(x)*h(x))
diff(f(x)*g(x)*h(x), x)
solve(f(x)*g(x)*h(x), x)
series(f(x)*g(x)*h(x), x, 0, 10)
Want a full Python shell? Use SymPy Live.