Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/ace/res-examples/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 10.3.2025 mit Größe 1 kB image not shown  

Quelle  doJ1.g   Sprache: unbekannt

 
#############################################################################
####
##
#W  doJ1.g              ACE Research Example                      Greg Gamble
##
##  Provides some easy applications of the pgrelfind.g functions,  using  the
##  perfect simple group J_1.
##
#Y  Copyright (C) 2001  Centre for Discrete Mathematics and Computing
#Y                      Department of Computer Science & Electrical Eng.
#Y                      University of Queensland, Australia.
##

ACEResExample := rec(filename := "doJ1.g", print := false);
if IsBound(IsACEResExampleOK) and IsACEResExampleOK() then
  Print("gap> Print(\"J1s[13]:\\n\", J1s[13], \"\\n\");\n");
  Print("J1s[13]:\n", J1s[13], "\n");
  J1 := ACE_PRINT_AND_EVAL(
            "J1", "PGRelFind([a, b], J1s[13].rels, J1s[13].sgens)");
elif ACEResExample.print then
## Begin
Print("J1s[13]:\n", J1s[13], "\n");
J1 := PGRelFind([a, b], J1s[13].rels, J1s[13].sgens); 
## End
elif not IsBound(IsACEResExampleOK) then
  Print("Error, ACEReadResearchExample: functions and variables undefined.\n",
        "Please type: 'ACEReadResearchExample();'\n",
        "and try again.\n");
fi;

#E  doJ1.g  . . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here 

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]