Subgroup Lattice

This is a draft version of the Subgroup Lattice module, inspired by the XGAP version, and implements few features. At the moment is possible to explore the lattice by right clicking a node and explore its properties, and by generating all subgroups lattice.


In [1]:
LoadPackage("subgrouplattice");


Out[1]:
true

In [3]:
G := SymmetricGroup(4); #G := PSL(2, 7); #G := DihedralGroup(44);
GraphicSubgroupLattice(G);


Out[3]:
Sym( [ 1 .. 4 ] )
Out[3]:

In [ ]: