You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Isogeny of degree 5 from Elliptic Curve defined by y^2 + y = x^3 - x^2 - 10*x - 20 over Rational Field to Elliptic Curve defined by y^2 + y = x^3 - x^2 - 7820*x - 263580 over Rational Field
ValueError: The polynomial x^3 + 4*x^2 + 27*x + 14 does not define a finite subgroup of Elliptic Curve defined by y^2 + x*y = x^3 + x + 2 over Finite Field of size 31.
862
890
891
+
TESTS:
892
+
863
893
Until the checking of kernel polynomials was implemented in
864
894
:trac:`23222`, the following raised no error but returned an
ValueError: The polynomial x^2 + (-396/5*a - 2472/5)*x + 223344/5*a - 196272/5 does not define a finite subgroup of Elliptic Curve defined by y^2 = x^3 + (-13392)*x + (-1080432) over Number Field in a with defining polynomial x^2 - x - 1.
875
905
"""
906
+
ifalgorithm=="factored":
907
+
ifdegreeisnotNone: raiseTypeError('algorithm="factored" does not support the "degree" parameter')
908
+
ifmodelisnotNone: raiseTypeError('algorithm="factored" does not support the "model" parameter')
0 commit comments