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
|
@ -444,19 +444,19 @@
|
|||
<p>The following trivial example shows some of the implications and the naming conventions of <strong class="pkg">LOOPS</strong> at work:</p>
|
||||
|
||||
|
||||
<div class="example"><pre>
|
||||
<span class="GAPprompt">gap></span> <span class="GAPinput">L := LoopByCayleyTable( [ [ 1, 2 ], [ 2, 1 ] ] );
</span>
|
||||
<loop of order 2>
|
||||
<span class="GAPprompt">gap></span> <span class="GAPinput">[ IsLeftBolLoop( L ), L ]
</span>
|
||||
[ true, <left Bol loop of order 2> ]
|
||||
<span class="GAPprompt">gap></span> <span class="GAPinput">[ HasIsLeftAlternativeLoop( L ), IsLeftAlternativeLoop( L ) ];
</span>
|
||||
[ true, true ]
|
||||
<span class="GAPprompt">gap></span> <span class="GAPinput">[ HasIsRightBolLoop( L ), IsRightBolLoop( L ) ];
</span>
|
||||
[ false, true ]
|
||||
<span class="GAPprompt">gap></span> <span class="GAPinput">L;
</span>
|
||||
<Moufang loop of order 2>
|
||||
<span class="GAPprompt">gap></span> <span class="GAPinput">[ IsAssociative( L ), L ];
</span>
|
||||
[ true, <associative loop of order 2> ]
|
||||
<div class="example"><pre>
|
||||
<span class="GAPprompt">gap></span> <span class="GAPinput">L := LoopByCayleyTable( [ [ 1, 2 ], [ 2, 1 ] ] );</span>
|
||||
<loop of order 2>
|
||||
<span class="GAPprompt">gap></span> <span class="GAPinput">[ IsLeftBolLoop( L ), L ]</span>
|
||||
[ true, <left Bol loop of order 2> ]
|
||||
<span class="GAPprompt">gap></span> <span class="GAPinput">[ HasIsLeftAlternativeLoop( L ), IsLeftAlternativeLoop( L ) ];</span>
|
||||
[ true, true ]
|
||||
<span class="GAPprompt">gap></span> <span class="GAPinput">[ HasIsRightBolLoop( L ), IsRightBolLoop( L ) ];</span>
|
||||
[ false, true ]
|
||||
<span class="GAPprompt">gap></span> <span class="GAPinput">L;</span>
|
||||
<Moufang loop of order 2>
|
||||
<span class="GAPprompt">gap></span> <span class="GAPinput">[ IsAssociative( L ), L ];</span>
|
||||
[ true, <associative loop of order 2> ]
|
||||
</pre></div>
|
||||
|
||||
<p>The analogous terminology for quasigroups of Bol-Moufang type is not standard yet, and hence is not supported in <strong class="pkg">LOOPS</strong> except for the situations explicitly noted above.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue