Skip to content

Issue in puiseux #69

@sachihashimoto

Description

@sachihashimoto

I'm running into the following problem.

I have this code:

R_Q<x> := PolynomialRing(Rationals());
f := x^16 - 4*x^8 + 16; p := 3;
X := HyperellipticCurve(f);
Per := PeriodMatrix(CurveExtra(X));
G,m := GeometricEndomorphismRepresentation(Per, RationalsExtra());
E := EndomorphismRepresentation(G,RationalsExtra(),m);
Correspondence(X, X, E[5]);

It gives me this error. What is going on?

In file "/Users/sachihashimoto/Repos/CHIMP/endomorphisms/endomorphisms/magma/puiseux/Branches.m", line 84, column 18:
>>     j0 := Minimum([ j : j in [1..gX] | row[j] ne 0 ]);
                    ^
Runtime error in 'Minimum': Argument 1 is not non-empty

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions