second sage assignment

111 days ago by ana101

factor(10989) 
       
3^3 * 11 * 37
3^3 * 11 * 37
factor(12177) 
       
3^3 * 11 * 41
3^3 * 11 * 41
10989/12177 
       
37/41
37/41
f(x)=abs(g) 
       
f(-3) 
       
abs(g)
abs(g)
solve([x-3]+3]>=5,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_14.py", line 10, in <module>
    exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("c29sdmUoW3gtM10rM10+PTUseCk="),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>
    
  File "/tmp/tmpZsZ6vP/___code___.py", line 3
    solve([x-_sage_const_3 ]+_sage_const_3 ]>=_sage_const_5 ,x)
                                           ^
SyntaxError: invalid syntax