Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 192
89*7 + 3*49 + 99
869
︠e3f6b2d6-8029-4afe-b7c1-be031cffaf44︠ %magma_free E := EllipticCurve([1..5]); Rank(E);
1 true
︠74273b34-a0a9-438c-bc66-1242440c27b4︠ %sqlite
Error in lines 1-1 Traceback (most recent call last): File "/projects/369491f1-9b8a-431c-8cd0-150dd15f7b11/.sagemathcloud/sage_server.py", line 879, in execute exec compile(block+'\n', '', 'single') in namespace, locals File "", line 1, in <module> File "/projects/369491f1-9b8a-431c-8cd0-150dd15f7b11/.sagemathcloud/sage_server.py", line 901, in execute_with_code_decorators code_decorators = [eval(code_decorator, self.namespace) for code_decorator in code_decorators] File "<string>", line 1, in <module> NameError: name 'sqlite' is not defined

foo bar

x3x^3

  • one

  • two

%r attach(faithful) hist(eruptions, seq(1.6, 5.2, 0.2), prob=TRUE) lines(density(eruptions, bw=0.1)) rug(eruptions)
numerical_integral(1 + x + x^2, 0, 3)[0] # [1] gives error bound
16.500000000000004
a = 2 + 3 b = 4 + 5 ︠0b492de6-ca34-415c-9bf3-e5788abebdd3︠ icosahedron()
3D rendering not yet implemented
2 + 3
5
v = [(0,0,0)] for i in range(1000): v.append([a+random()-.5 for a in v[-1]]) line3d(v, color='red', thickness=3, spin=3)
3D rendering not yet implemented