Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 2212
1
## -*- encoding: utf-8 -*-
2
## This file (london-slides_AnnaCopyForReading.sagetex.sage) was *autogenerated* from london-slides_AnnaCopyForReading.tex with sagetex.sty version 2015/08/26 v3.0-92d9f7a.
3
import sagetex
4
_st_ = sagetex.SageTeXProcessor('london-slides_AnnaCopyForReading', version='2015/08/26 v3.0-92d9f7a', version_check=True)
5
try:
6
_st_.current_tex_line = 6
7
_st_.commandline(0, r"""
8
sage: load("ec-378000-378999.sage");
9
sage: l = [EllipticCurve(i) for i in data];
10
sage: l2 = [i.conductor() for i in l];
11
sage: s = set(l2);
12
sage: len(s)
13
""", globals(), locals(), True)
14
except:
15
_st_.goboom(11)
16
_st_.endofdoc()
17
18