#17295: For elliptic curves over relative number fields, is_isogenous() raises
an
error
-------------------------------+------------------------------------------
Reporter: pbruin | Owner:
Type: defect | Status: new
Priority: minor | Milestone: sage-6.4
Component: elliptic curves | Keywords: norm absolute relative
Merged in: | Authors:
Reviewers: | Report Upstream: N/A
Work issues: | Branch:
Commit: | Dependencies:
Stopgaps: |
-------------------------------+------------------------------------------
The method `EllipticCurve_number_field.is_isogenous()` computes norms of
ideals of the base field using the `norm()` method. To make this work in
the case where the base field is a relative number field, one has to use
the `absolute_norm()` method instead:
{{{
sage: k.<s> = QuadraticField(2)
sage: K.<b> = k.extension(x^2 - 3)
sage: E = EllipticCurve(k, [-3*s*(4 + 5*s), 2*s*(2 + 14*s + 11*s^2)])
sage: Ec = EllipticCurve(k, [3*s*(4 - 5*s), -2*s*(2 - 14*s + 11*s^2)])
sage: EK = E.base_extend(K)
sage: EcK = Ec.base_extend(K)
sage: EK.is_isogenous(EcK)
Traceback (most recent call last):
...
NotImplementedError: For a fractional ideal in a relative number field you
must use relative_norm or absolute_norm as appropriate
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/17295>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.