Skip to content

Commit

Permalink
do not advertize the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
sumiya11 authored Oct 16, 2024
1 parent b9d05c1 commit bf78130
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ where appropriate -->
![](/assets/logo-with-text.svg)
@@

Groebner.jl is a package for Gröbner bases computations based on the Faugère's F4 algorithm written in Julia.
Groebner.jl is a package for computing Gröbner bases written in Julia. Groebner.jl implements the Faugère's F4 algorithm and multi-modular computation.

## Installation

Expand All @@ -24,15 +24,13 @@ Pkg.add(url="https://github.com/sumiya11/Groebner.jl") # hide
using Pkg; Pkg.add("Groebner")
```

See [Interface](interface) for a description of all exported functions. For a quick introduction to Groebner bases we refer to [Tutorials](tutorial). Meanwhile, below are simple examples.

## Features

Groebner.jl features:

- Gröbner basis computation over integers modulo a prime and over the rationals
- Gröbner basis over integers modulo a prime and over the rationals
- Gröbner trace algorithms
- Multi-threading by default
- Multi-threading

See [Interface](interface) page for a list of all exported functions.

Expand Down

0 comments on commit bf78130

Please sign in to comment.