| Hosted by CoCalc | Download
Kernel: SageMath 8.7

SageMath 8.7 on CoCalc

1+1
2
version()
'SageMath version 8.7, Release Date: 2019-03-23'
EllipticCurve('123a').plot()
Image in a Jupyter notebook
ps = posets.YoungsLatticePrincipalOrderIdeal(Partition([4, 2, 2, 2, 1])) ps
Finite lattice containing 48 elements (use the .plot() method to plot)
ps.plot()
Image in a Jupyter notebook
%timeit digraphs.ButterflyGraph(10)
10 loops, best of 3: 122 ms per loop
digraphs.ButterflyGraph(3).plot()
Image in a Jupyter notebook