Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168733
Image: ubuntu2004
factor (1311)
3 * 19 * 23
factor (10989)
3^3 * 11 * 37
factor (12177)
3^3 * 11 * 41
37/41
37/41
f g*(1)=g-3+3
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "_sage_input_25.py", line 10, in <module> exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("ZiBnKigxKT1nLTMrMw=="),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))' + '\n', '', 'single') File "", line 1, in <module> File "/tmp/tmpFJCTly/___code___.py", line 3 f g*(_sage_const_1 )=g-_sage_const_3 +_sage_const_3 ^ SyntaxError: invalid syntax
solve ([x-3+3>=5],x)
[[x >= 5]]
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "_sage_input_11.py", line 10, in <module> exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("c29sdmUgKFt4LTMrM10sZyotMSk="),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))' + '\n', '', 'single') File "", line 1, in <module> File "/tmp/tmppJYogy/___code___.py", line 3, in <module> exec compile(u'solve ([x-_sage_const_3 +_sage_const_3 ],g*-_sage_const_1 )' + '\n', '', 'single') File "", line 1, in <module> NameError: name 'g' is not defined