Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun2M committed Mar 26, 2024
1 parent 4f1200b commit eb93dfc
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions doc/ideals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,7 @@ gap> I := SemigroupIdeal(S, I, Idempotents(S));
gap> S := SymmetricInverseMonoid(10);
<symmetric inverse monoid of degree 10>
gap> I := LeftSemigroupIdeal(S, PartialPerm([1, 2]));
<inverse partial perm semigroup ideal of rank 10 with 1 generator>
gap> Size(I);
4151
gap> I := LeftSemigroupIdeal(S, I, Idempotents(S));
<inverse partial perm semigroup ideal of rank 10 with 1025 generators>]]></Example>
<LeftMagmaIdeal with 1 generator>]]></Example>
</Description>
</ManSection>
<#/GAPDoc>
Expand All @@ -147,11 +143,7 @@ gap> I := LeftSemigroupIdeal(S, I, Idempotents(S));
gap> S := SymmetricInverseMonoid(10);
<symmetric inverse monoid of degree 10>
gap> I := RightSemigroupIdeal(S, PartialPerm([1, 2]));
<inverse partial perm semigroup ideal of rank 10 with 1 generator>
gap> Size(I);
4151
gap> I := RightSemigroupIdeal(S, I, Idempotents(S));
<inverse partial perm semigroup ideal of rank 10 with 1025 generators>]]></Example>
<RightMagmaIdeal with 1 generator>]]></Example>
</Description>
</ManSection>
<#/GAPDoc>
Expand Down

0 comments on commit eb93dfc

Please sign in to comment.