Question: Suppose that E is an elliptic curve over \QQ with a rational 3-torsion point. Consider the field K=\QQ(E[3]), which is a cubic extension of \QQ(\zeta_3). In fact, I can show that K = \QQ(\zeta_3)(\sqrt[3]{d}) for some integer d\in\ZZ. Can you use Sage to compute d?
|
|
Traceback (click to the left of this block for traceback) ... TypeError: QuadraticField() takes at least 2 arguments (1 given) Traceback (most recent call last): K = NumberField(g, 'a').composite_fields(K3)[0]
File "", line 1, in <module>
File "/tmp/tmpiwsugG/___code___.py", line 3, in <module>
K3 = QuadraticField(-_sage_const_3 )
TypeError: QuadraticField() takes at least 2 arguments (1 given)
|
curve T D N mod cubes Traceback (click to the left of this block for traceback) ... NameError: name 'ns' is not defined curve T D N mod cubes
675a1 1 Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "_sage_input_7.py", line 10, in <module>
exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("cHJpbnQgImN1cnZlXHRUXHREXHROIG1vZCBjdWJlcyIKZm9yIEUgaW4gY3JlbW9uYV9jdXJ2ZXMoWzY3NS4uNjc3XSk6CiAgICBpZiBub3QgRS5nYWxvaXNfcmVwcmVzZW50YXRpb24oKS5pc19pcnJlZHVjaWJsZSgzKToKICAgICAgICBnID0gcHJvZChbcF4oZSUzKSBmb3IgcCxlIGluIGZhY3RvcihhYnMoRS5kaXNjcmltaW5hbnQoKSkpXSkKICAgICAgICBwcmludCBFLmNyZW1vbmFfbGFiZWwoKSwgIlx0IiwgRS50b3JzaW9uX29yZGVyKCksICJcdCIsIG5zKHRocmVlX2QoRSkuZmFjdG9yKCkpLCAiXHQiLCBucyhmYWN0b3IoZykp"),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
File "", line 1, in <module>
File "/tmp/tmpFm40US/___code___.py", line 4, in <module>
exec compile(u'for E in cremona_curves((ellipsis_range(_sage_const_675 ,Ellipsis,_sage_const_677 ))):\n if not E.galois_representation().is_irreducible(_sage_const_3 ):\n g = prod([p**(e%_sage_const_3 ) for p,e in factor(abs(E.discriminant()))])\n print E.cremona_label(), "\\t", E.torsion_order(), "\\t", ns(three_d(E).factor()), "\\t", ns(factor(g))
File "", line 4, in <module>
NameError: name 'ns' is not defined
|
|
|