Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168746
Image: ubuntu2004
circle((1,1), 2)
circle((0,0), 1, rgbcolor=(0,1,0))
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "_sage_input_22.py", line 10, in <module> exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("Yy5zaG93KCkKY2lyY2xlKCgwLDApLCAxLCByZ2Jjb2xvcj0oMCwyLDEpKQ=="),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))' + '\n', '', 'single') File "", line 1, in <module> File "/tmp/tmp8hjb7w/___code___.py", line 3, in <module> c.show() NameError: name 'c' is not defined
circle((3,3), 2, rgbcolor=(0,0,1)), circle((-3,3), 2, rgbcolor=(1,0,2), fill=True)
(, )
plot(x^3,(x,-2,4))
plot(exp(-1/2*x)*cos(2*pi*x),(x,0,6)), plot(exp(-1/2*x), (x,0,6))
(, )