GAP:MaximalSubgroups

From Groupprops
Revision as of 15:05, 19 August 2009 by Vipul (talk | contribs) (Created page with '{{GAP function}} ==Definition== ===Function type=== <tt>MaximalSubgroups</tt> is a <tt>GAP</tt> function that takes as input one argument representing a group and outputs a li…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This article is about a GAP function.



Definition

Function type

MaximalSubgroups is a GAP function that takes as input one argument representing a group and outputs a list of groups.

Behavior

The command takes as input a group and outputs the list of all its maximal subgroups. It works only for finite groups.

  • If the argument is a finite group, the function returns a list of the maximal subgroups.
  • If the argument is an infinite group or is not a group at all, the function returns a NoMethodFound error.

Related functions