All published worksheets from http://sagenb.org
f(x) = x^2 / (x^2 + 1) show(f) plot(f, (x, -5, 5))
#var('x') f(x)=3*x^2 show(f) plot(f, (x, -1, 1))
#var('x') f(x) = x*sin(x) show(f(x)) plot(f,(x, -30, 30))