Groups of order 150

From Groupprops

This article gives information about, and links to more details on, groups of order 150
See pages on algebraic structures of order 150 | See pages on groups of a particular order

Statistics at a glance

The number 150 has prime factors 2, 3, and 5. The prime factorization is:

All groups of this order are solvable groups, and in particular finite solvable groups.

GAP implementation

The order 150 is part of GAP's SmallGroup library. Hence, any group of order 150 can be constructed using the SmallGroup function by specifying its group ID. Also, IdGroup is available, so the group ID of any group of this order can be queried.

Further, the collection of all groups of order 150 can be accessed as a list using GAP's AllSmallGroups function.

Here is GAP's summary information about how it stores groups of this order, accessed using GAP's SmallGroupsInformation function:

gap> SmallGroupsInformation(150);

  There are 13 groups of order 150.
  They are sorted by their Frattini factors.
     1 has Frattini factor [ 30, 1 ].
     2 has Frattini factor [ 30, 2 ].
     3 has Frattini factor [ 30, 3 ].
     4 has Frattini factor [ 30, 4 ].
     5 - 13 have trivial Frattini subgroup.

  For the selection functions the values of the following attributes
  are precomputed and stored:
     IsAbelian, IsNilpotentGroup, IsSupersolvableGroup, IsSolvableGroup,
     LGLength, FrattinifactorSize and FrattinifactorId.

  This size belongs to layer 2 of the SmallGroups library.
  IdSmallGroup is available for this size.