sage trial1

189 days ago by abesage1

 
       
<function help at 0x93db18>
<function help at 0x93db18>
t = var('t') parametric_plot( (sin(t), sin(2*t)), (t, 0, 2*pi), color=hue(0.6) ) 
       
 
       
 
       
t = var('t') parametric_plot( ((t^2), (t^3)), (t, 0, 2*pi), color=hue(0.6) ) 
       
 
       
t = var('t') parametric_plot( (t-3*sin(t), 4-3*cos(t)), (t, 0, 2*pi), color=hue(0.6) ) 
       
t = var('t') parametric_plot( ((t^2)-3*t+5, (t^3)+t^2-10*t+9), (t, 0, 2*pi), color=hue(0.6) ) 
       
t = var('t') parametric_plot( ((t-3), (t^2+5)), (t, 0, 2*pi), color=hue(0.6) ) 
       
t = var('t') parametric_plot((sin(t)*(e^cos(t)-2*cos(4*t)-(sin(t/12))^5), cos(t)*(e^cos(t)-2*cos(4*t)-(sin(t/12))^5)), (t, 0, 2*pi)) 
       
t = var('t') parametric_plot( (cos(t)+cos(3*t), sin(4*t)-sin(2*t)), (t, 0, 2*pi), color=hue(0.6) ) 
       
t = var('theta') parametric_plot( cos*(2 theta)), (theta,0,10)) 
       
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_39.py", line 10, in <module>
    exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("dCA9IHZhcigndGhldGEnKQpwYXJhbWV0cmljX3Bsb3QoIGNvcyooMiB0aGV0YSkpLCAodGhldGEsMCwxMCkp"),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>
    
  File "/tmp/tmpKGMaGD/___code___.py", line 4
    parametric_plot( cos*(_sage_const_2  theta)), (theta,_sage_const_0 ,_sage_const_10 ))
                                             ^
SyntaxError: invalid syntax
r= var(' t theta') parametric_plot( (sin theta)), (theta,0,10)) 
       
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_50.py", line 10, in <module>
    exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("cj0gdmFyKCcgdCB0aGV0YScpCnBhcmFtZXRyaWNfcGxvdCggKHNpbiB0aGV0YSkpLCAodGhldGEsMCwxMCkp"),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>
    
  File "/tmp/tmpvivJwg/___code___.py", line 4
    parametric_plot( (sin theta)), (theta,_sage_const_0 ,_sage_const_10 ))
                              ^
SyntaxError: invalid syntax