Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

All published worksheets from http://sagenb.org

189887 views
ubuntu2004

Gregory Kevin Moser CSU ID: 2523294

7-12
-5

I am trying to learn different ways to work in Sage.  It is difficult to do, and harder to remember.  It seems like things need to be very exact in order to work.

8*3
24
integral(x,x)
1/2*x^2
integral(x^2,x)
1/3*x^3
integral(3*x^2,x)
x^3
integral(cos(x)+5+x,x)
1/2*x^2 + 5*x + sin(x)
plot(x*cos(x)+sin(x),-10,10)