Skip to content

Commit

Permalink
isorms.xml: fix broken doc references
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson authored and james-d-mitchell committed Jan 17, 2021
1 parent 21b88eb commit f1ccad1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions doc/isorms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
<Item>
<C><A>triple</A>[3]</C> should be a list of elements from the
underlying group of <A>R2</A>. If the
<Ref Attr="Matrix" BookName="ref"/> of <A>R1</A> has <M>m</M> columns
<Ref Attr="Matrix" Label="for Rees matrix semigroups" BookName="ref"/>
of <A>R1</A> has <M>m</M> columns
and <M>n</M> rows, then the list should have length <M>m + n</M>,
where the first <M>m</M> entries should correspond to the columns of
<A>R1</A>'s matrix, and the last <M>n</M> entries should correspond to
Expand Down Expand Up @@ -280,8 +281,11 @@ gap> ImagesElm(map, RMSElement(R, 1, (2, 8), 2));
If <A>S</A> is a Rees 0-matrix semigroup then
<C>CanonicalReesZeroMatrixSemigroup</C> returns an isomorphic Rees
0-matrix semigroup <C>T</C> with the same
<Ref Attr="IsUnderlyingSemigroup"/> as <A>S</A> but the
<Ref Attr="Matrix"/> of <C>T</C> has been canonicalized. The output
<Ref Attr="UnderlyingSemigroup" Label="for a Rees 0-matrix semigroup"
BookName="ref"/>
as <A>S</A> but the
<Ref Attr="Matrix" Label="for Rees matrix semigroups" BookName="ref"/>
of <C>T</C> has been canonicalized. The output
<C>T</C> is canonical in the sense that for any two inputs
which are isomorphic Rees zero matrix semigroups the output of this
function is the same.<P/>
Expand Down

0 comments on commit f1ccad1

Please sign in to comment.