expand ((5*x+3)*(1-x)*(1+6*x))
solve(-30*x**3 + 7*x**2 + 20*x + 3, x)
diff(-30*x**3 + 7*x**2 + 20*x + 3, x)
series(-30*x**3 + 7*x**2 + 20*x + 3, x, 0, 10)
Want to compute something more complicated? Try a full Python/SymPy console at SymPy Live.