# ACEExample "A5" : enumeration of cosets of H in G, # where G = A_5, H = Id, usingdefault strategy.
java.lang.NullPointerException
local F, a, b, G;
F := FreeGroup("a","b"); a := F.1; b := F.2;
G := F / [a^2, b^3, (a*b)^5 ]; return ACEfunc( # Arguments
FreeGeneratorsOfFpGroup(G),
RelatorsOfFpGroup(G),
[] # Generators of identity subgroup (empty list) # Options
: echo, # Echo handled by GAP (not ACE) enum := "A_5", # Give the group G a meaningful name
subg := "Id"); # Give the subgroup a meaningful name
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.