Code Monkey home page Code Monkey logo

chabnfv2's Introduction

chabnfv2

Siksek's chabnf code, souped up

Here's how to run the code on one example from Siksek's paper: open MAGMA at the top level, and execeute the following:

Attach("g2-jac.m");
Attach("add.m");
load "JSearch.m";
SetClassGroupBounds("GRH");

Qu<u>:=PolynomialRing(Rationals());
K<t>:=NumberField(u^3-2);
eps:=1-t;

Kx<x>:=PolynomialRing(K);

s := 0;
C:=HyperellipticCurve(3*(4*eps^(-s)*x^5-eps^(2*s)));
pts:=ratPointsC(C);

If all is well, you should see the following:

Chabauty is respectively successful at [ true, true, true, true, true ]
after applying Chabauty with prime 31
W has 0 elements
succeeded in proving that the only K-rational points are [ (1 : 0 : 0), (1 : 3 :
1), (1/3*(t^2 + 2*t + 1) : 1/3*(-10*t^2 - 8*t - 13) : 1), (1 : -3 : 1), 
(1/3*(t^2 + 2*t + 1) : 1/3*(10*t^2 + 8*t + 13) : 1) ]

This is a unit test; any changes made to underlying routines should be such that this example still works.

Some comments on changing Coleman integration

The Coleman integration modules seem to be in g2-jac.m, specifically the integrals and integrationMatrix intrinsics.

chabnfv2's People

Contributors

barinderbanwait avatar

Stargazers

Alex J Best avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.