Hi all, I got the following error with gap 4.4.6: gap> RepresentativeAction(Group(()), [1], [2], OnSets); Error, no method found! For debugging hints type ?Recovery from NoMethodFound Error, no 1st choice method found for epresentativeActionOp' on 3 arguments called from RepresentativeActionOp( G, d[1], e[1] ) called from RepresentativeActionOp( G, d, e, act ) called from <function>( <arguments> ) called from read-eval-loop Entering break read-eval-print loop ... you can 'quit;' to quit to outer loop, or you can 'return;' to continue brk>
The following commands work as expected. RepresentativeAction(Group(()), [1], [1], OnSets); RepresentativeAction(Group(()), [1], [1,3], OnSets); RepresentativeAction(Group(()), [1,3], [2,3], OnSets); Mathieu -- Mathieu Dutour Sikiric Researcher in Math Tel. (+972)2 65 84 103 and Computer Science Fax. (+972)2 56 30 702 Einstein Institute of Mathematics E-mail: [EMAIL PROTECTED] Hebrew University of Jerusalem http://www.liga.ens.fr/~dutour Israel _______________________________________________ Forum mailing list [email protected] http://mail.gap-system.org/mailman/listinfo/forum
