Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wbhart/AbstractAlgebra.jl

Generic abstract algebra functionality in pure Julia (no C dependencies)
https://github.com/wbhart/AbstractAlgebra.jl

Last synced: 3 months ago
JSON representation

Generic abstract algebra functionality in pure Julia (no C dependencies)

Awesome Lists containing this project

README

        

# AbstractAlgebra

[![Docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://nemocas.github.io/AbstractAlgebra.jl/dev)
[![Docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://nemocas.github.io/AbstractAlgebra.jl/stable)
[![Build status](https://ci.appveyor.com/api/projects/status/1w9ninmoidxkxshp/branch/master?svg=true)](https://ci.appveyor.com/project/thofma/abstractalgebra-jl/branch/master)
[![Build Status](https://github.com/Nemocas/AbstractAlgebra.jl/workflows/Run%20tests/badge.svg)](https://github.com/Nemocas/AbstractAlgebra.jl/actions?query=workflow%3A%22Run%20tests%22+branch%3Amaster)
[![Codecov](https://codecov.io/github/Nemocas/AbstractAlgebra.jl/coverage.svg?branch=master&token=)](https://codecov.io/gh/Nemocas/AbstractAlgebra.jl)

AbstractAlgebra is a pure Julia package for computational abstract algebra. It grew out of the Nemo project and provides all of the abstract types and generic implementations that Nemo relies on.

It is currently developed by William Hart, Tommy Hofmann, Fredrik Johansson,
Claus Fieker with contributions from others.

AbstractAlgebra currently provides:

* Generic polynomial rings, matrix spaces, fraction fields, residue rings, relative and absolute power series, Laurent series
* Finite fields, integers, rationals, permutations and characters, number fields

Documentation can be found at the following link:

*

Projects that depend on AbstractAlgebra include:

* Nemo.jl (optimised implementations of specific rings provided by the Flint, Arb and Antic C libraries)
* Hecke.jl (algebraic number theory)
* Singular.jl (polynomial rings and ideals, Groebner bases and computer algebra provided by the Singular C++ library)