Ask Your Question

Revision history [back]

Hi,

There are two packages:

  • gap_packages
    • database_gap

this is the second one which contains the database of small groups. After

sage -i database_gap

the following works

sage: G8 = gap.SmallGroup(8,1)
sage: G8
Group( [ f1, f2, f3 ] )
sage: gap.Size(G8)
8

Vincent

Hi,

There are two packages:

  • gap_packages
      gap_packages
    • database_gap

this is the second one which contains the database of small groups. After

sage -i database_gap

the following works

sage: G8 = gap.SmallGroup(8,1)
sage: G8
Group( [ f1, f2, f3 ] )
sage: gap.Size(G8)
8

Vincent