update to LOOPS 3.4.0
These are simply the changes as distributed.
This commit is contained in:
parent
7e8b3b5562
commit
f64208f12f
58 changed files with 17724 additions and 29097 deletions
|
@ -202,13 +202,13 @@
|
|||
<p>Returns: One loop (given as a section) whose multiplication group is equal to the transitive permutation group <var class="Arg">G</var>.</p>
|
||||
|
||||
|
||||
<div class="example"><pre>
|
||||
<span class="GAPprompt">gap></span> <span class="GAPinput">g:=PGL(3,3);
</span>
|
||||
Group([ (6,7)(8,11)(9,13)(10,12), (1,2,5,7,13,3,8,6,10,9,12,4,11) ])
|
||||
<span class="GAPprompt">gap></span> <span class="GAPinput">a:=AllLoopTablesInGroup(g,3,0);; Size(a);
</span>
|
||||
56
|
||||
<span class="GAPprompt">gap></span> <span class="GAPinput">a:=AllLoopsWithMltGroup(g,3,0);; Size(a);
</span>
|
||||
52
|
||||
<div class="example"><pre>
|
||||
<span class="GAPprompt">gap></span> <span class="GAPinput">g:=PGL(3,3);</span>
|
||||
Group([ (6,7)(8,11)(9,13)(10,12), (1,2,5,7,13,3,8,6,10,9,12,4,11) ])
|
||||
<span class="GAPprompt">gap></span> <span class="GAPinput">a:=AllLoopTablesInGroup(g,3,0);; Size(a);</span>
|
||||
56
|
||||
<span class="GAPprompt">gap></span> <span class="GAPinput">a:=AllLoopsWithMltGroup(g,3,0);; Size(a);</span>
|
||||
52
|
||||
</pre></div>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue