Skip to content

Error with multiplication of points on elliptic curves over Integers(n) #34681

@tornaria

Description

@tornaria
sage: E = EllipticCurve(Integers(11*19), [1,0])
sage: P = E(93,3)
sage: P + P
(5 : 118 : 1)
sage: 2 * P
...
AttributeError: 'EllipticCurve_generic_with_category' object has no attribute 'base_field'

CC: @yyyyx4

Component: number theory

Author: Gonzalo Tornaría

Branch/Commit: 9bbacfe

Reviewer: Lorenz Panny

Issue created by migration from https://trac.sagemath.org/ticket/34681

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions