| |
| | GAP Manual: 1.26 About Group Libraries |
 | | Instead of specifying a single value that a function must return you can simply specify a list of such values. |
 | | gap> AllPrimitiveGroups(DegreeOperation, [1..10], > IsSimple, true, > IsCyclic, false); [ A(5), PSL(2,5), A(6), PSL(3,2), A(7), PSL(2,7), A(8), PSL(2,8), A(9), A(5), PSL(2,9), A(10) ] |
 | | If selection functions would really run over the list of all groups in a group library and apply the function arguments to each of those, they would be very inefficient. |
| www-groups.dcs.st-and.ac.uk /~gap/Gap3/Manual3/C001S026.htm (1617 words) |
|