Giter Site home page Giter Site logo

latticegfh90.jl's Introduction

LatticeGFH90.jl

Build StatusBinder

A Julia/Nemo package to make lattices of compatibly embedded finite fields based on Hilbert's theorem 90 and Allombert's algorithm.

How to: install

The Julia packages

  • Install Julia (preferably the last version, to avoid suprises...)
  • Type ] to go in package mode (Backspace to quit)
(v1.1) pkg> add Nemo

(v1.1) pkg> add "https://github.com/erou/LatticeGFH90.jl"

julia> using Nemo, LatticeGFH90
  • You're done!

Note: this has not been tested on a wide variety of systems, if you encounter a problem during install, please tell us!

Testing the package

A longer demo, with explanations, is available on Binder: Binder

julia> make_zetas_conway(5)

julia> k3, x3 = FiniteField(5, 3, "x3")
(Finite field of degree 3 over F_5, x3)

julia> k6, x6 = FiniteField(5, 6, "x6")
(Finite field of degree 6 over F_5, x6)

julia> k12, x12 = FiniteField(5, 12, "x12")
(Finite field of degree 12 over F_5, x12)

julia> f = embed(k3, k6);

julia> g = embed(k6, k12);

julia> h = embed(k3, k12);

julia> x = rand(k3); g(f(x)) == h(x)
true

Benchmarks

Some benchmarks of the code are available in the folder benchmarks, together with a README file to explain what exactly is benchmarked.

latticegfh90.jl's People

Contributors

erou avatar

Stargazers

Luca De Feo avatar

Watchers

James Cloos avatar Luca De Feo avatar  avatar

Forkers

defeo

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.