Ezequiel Hernandez 3A

133 days ago by Ezequiel_Hernandez_3A

solve (-5*x>20,x) 
       
[[x < -4]]
[[x < -4]]
solve (5+x<3,x) 
       
[[x < -2]]
[[x < -2]]
evaluate f(x)== 3-2*x^2 at x==100,x 
       
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_28.py", line 10, in <module>
    exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("ZXZhbHVhdGUgZih4KT09CiAgICAgIDMtMip4XjIgYXQgeD09MTAwLHg="),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>
    
  File "/tmp/tmpDmdnjE/___code___.py", line 3
    evaluate f(x)==
             ^
SyntaxError: invalid syntax
solve (A==2+x for x) 
       
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_30.py", line 10, in <module>
    exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("c29sdmUgKEE9PTIreCBmb3IgeCkKdmFyIEE="),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>
    
  File "/tmp/tmprq3ZmA/___code___.py", line 3
    solve (A==_sage_const_2 +x for x)
                                    ^
SyntaxError: invalid syntax
solve (6-2[x-3]==3+x 
       
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_31.py", line 10, in <module>
    exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("c29sdmUgKDYtMlt4LTNdPT0zK3g="),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>
    
  File "/tmp/tmpvL5oRm/___code___.py", line 4
    
                                                                            ^
SyntaxError: invalid syntax