Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168730
Image: ubuntu2004
2+2
4
2^300
2037035976334486086268445688409378161051468393665936250636140449354381299763336706183397376
next_prime(10000000)
10000019
next_prime(10000019)
10000079
plot(x^3,(x,-9,9))
G = plot(cos(x), (x, -pi, pi), thickness=5, color='green')
P = polygon([[1,2], [5,6], [5,0]], color='red')
G+P
plot(tan(x),(-pi/2,pi/2))
why does the tangent graph look like that???, it doesn't make sense????
clear (f)
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "_sage_input_17.py", line 10, in <module> exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("Y2xlYXIgKGYp"),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))' + '\n', '', 'single') File "", line 1, in <module> File "/tmp/tmpgjrvBv/___code___.py", line 2, in <module> exec compile(u'clear (f)' + '\n', '', 'single') File "", line 1, in <module> NameError: name 'clear' is not defined
integral(x^2,(x,0,3))
9
I wasn't exactly sure what you were looking for, the help menu is extremely hard to navigate, so I picked somethings that i thought might be useful later such as plotting and computation things, but the group and set sections were difficult to understand, i'll have make another go at those this weekend. but other then that, I like sage a million times more than mathmatica. Faster and more affordable, plus I can work on the assignments in my apartment instead of in the mathlab.