Skip to content

mjrodgers/OSCAR---StandardFiniteFields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StandardFiniteFieldsOSCAR.jl

This is code written for the OSCAR computer algebra system which aims to construct finite fields in a standardized way. The fields are constructed in a way that avoids the usage of Conway polynomials.

The ideas used are described by Lübeck in [1] and some of the code is based on Lübeck's StandardFF GAP package.

Usage

This code runs in Julia using the OSCAR computer algebra package, which requires Julia 1.6 or newer. It can be installed as follows.

julia> using Pkg
julia> Pkg.add("Oscar")
julia> using Oscar

For more detailed information, please consult the installation instructions on the OSCAR website.

References

[1] Lübeck, F. Standard generators of finite fields and their cyclic subgroups, Journal of Symbolic Computation (2023)(https://arxiv.org/pdf/2107.02257.pdf).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages