Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168732
Image: ubuntu2004
%time EllipticCurve('389a').plot()
CPU time: 2.08 s, Wall time: 2.11 s
@interact def _(c=(11,10000)): c = ceil(c) if c > CremonaDatabase().largest_conductor(): c = 389 L = list(cremona_curves([c])) while len(L) == 0: c += 1 L = list(cremona_curves([c])) E = L[randint(0, len(L)-1)] print E.label() show(E.plot())
[removed]
[removed]
[removed]
[removed]
E = EllipticCurve('6818c2') print E.real_components() show(E.plot()) show(E.plot(82.6,82.9))
2
E = EllipticCurve('6978b1') show(E.plot()) show(E.plot(components='bounded'))
E = EllipticCurve('2834d1') show(E.plot())
E = EllipticCurve('8579a1') show(E.plot())
E = EllipticCurve('6097a1') show(E.plot()) show(E.plot(14,16))
E = EllipticCurve('5957a1') E.plot()
E = EllipticCurve('46410cn2') E.plot()
E = EllipticCurve('10002e1') show(E.plot()) show(E.plot(components='unbounded'))
E = EllipticCurve('9990be2') E.plot()
E = EllipticCurve('9162u1') show(E.plot()) show(E.plot(components='bounded'))