test

375 days ago by khoubeieb

5x^2 
       
Traceback (click to the left of this block for traceback)
...
SyntaxError: invalid syntax
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "_sage_input_4.py", line 10, in <module>
    exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("NXheMg=="),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>
    
  File "/tmp/tmpGdvIo8/___code___.py", line 3
    5x**_sage_const_2 
     ^
SyntaxError: invalid syntax
plot(x^4-10*x^2+3*x, (x,-5,5)) 
       
5*x^2 
       
5*x^2
5*x^2
plot(5*x^2) 
       
plot(5*x+2) 
       
plot(sin(x)) 
       
plot(cos(x))