Skip to content

Commit

Permalink
Tweak groups documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 2, 2022
1 parent c83aaa6 commit 695b9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/Groups/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ f1=G[1]; f2=G[2]; f3=G[3];
For a group `G` that has been created as a subgroup of another group,
generated by a list `L` of elements, `gens(G)` is equal to `L`.

## Operations
## Operations on group elements

Oscar supports the following operations and functions on group elements.

Expand All @@ -68,7 +68,6 @@ Oscar supports the following operations and functions on group elements.

```@docs
comm(x::GAPGroupElem, y::GAPGroupElem)
nilpotency_class(G::GAPGroup)
```

## Properties of groups
Expand All @@ -93,4 +92,5 @@ isfinitelygenerated
order(::Type{T}, x::Union{GAPGroupElem, GAPGroup}) where T <: IntegerUnion
exponent(x::GAPGroup)
describe(x::GAPGroup)
nilpotency_class(G::GAPGroup)
```

0 comments on commit 695b9fe

Please sign in to comment.