joseph#1

117 days ago by houston.joseph@sbcglobal.net

2+2 
       
4
4
2^300 
       
203703597633448608626844568840937816105146839366593625063614044935438129\
9763336706183397376
2037035976334486086268445688409378161051468393665936250636140449354381299763336706183397376
next_prime(10000000) 
       
10000019
10000019
next_prime(10000019) 
       
10000079
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 (click to the left of this block for traceback)
...
NameError: name 'clear' is not defined
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"))
  File "", line 1, in <module>
    
  File "/tmp/tmpgjrvBv/___code___.py", line 2, in <module>
    exec compile(u'clear (f)
  File "", line 1, in <module>
    
NameError: name 'clear' is not defined
integral(x^2,(x,0,3)) 
       
9
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.