Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168733
Image: ubuntu2004
x=var("x")
P(x)=5*x^2 - 205
plot(P(x), 0, 10)
plot(P(6+x), 0, 1)
plot(P(6.4+x), 0, 0.1)
plot(P(6.40+x), 0, 0.01)
plot(P(6.403+x), 0, 0.001)
plot(P(6.4031+x), 0, 0.0001)
plot(P(6.40312+x), 0, 0.00001)
plot(P(6.403124+x), 0, 0.000001)
plot(P(x-6.4), 6.4, 6.5)
plot(1/x, 0.1, 1)
version()
'Sage Version 3.4, Release Date: 2009-03-11'