Ask
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News Sign UpSign In

first steps of sage 8.7 on cocalc

Project: Testing 18.04
Views: 410
Embed | Download | Raw |
Kernel: SageMath 8.7

SageMath 8.7 on CoCalc

1+1
version()
EllipticCurve('123a').plot()
ps = posets.YoungsLatticePrincipalOrderIdeal(Partition([4, 2, 2, 2, 1])) ps
ps.plot()
%timeit digraphs.ButterflyGraph(10)
digraphs.ButterflyGraph(3).plot()