All published worksheets from http://sagenb.org
integral(e^(-2*x)*sin(2*x),x);
integral(x^3*ln(x),x,1,e)
plot(x^3,x,-5,5,color='red')+plot((x-1)^3,x,-5,5,color='green')+plot((x-2)^3,x,-5,5,color='blue');