Projective general linear group:PGL(2,7): Difference between revisions
(Created page with '{{particular group}} ==Definition== This group is defined in the following equivalent ways: # It is the member of family::projective general linear group of [[member of fa…') |
No edit summary |
||
| Line 1: | Line 1: | ||
{{particular group}} | {{particular group}} | ||
[[importance rank::3| ]] | |||
==Definition== | ==Definition== | ||
Revision as of 02:02, 5 December 2011
This article is about a particular group, i.e., a group unique upto isomorphism. View specific information (such as linear representation theory, subgroup structure) about this group
View a complete list of particular groups (this is a very huge list!)[SHOW MORE]
Definition
This group is defined in the following equivalent ways:
- It is the projective general linear group of degree two over the field of seven elements, i.e., the group .
- It is the automorphism group of projective special linear group:PSL(3,2) which in turn is isomorphic to , , and .
- It is the outer linear group .
GAP implementation
Group ID
This group has ID among the groups of order . It can be invoked using GAP's SmallGroup function:
SmallGroup(336,208)
Other definitions
The group can be defined using GAP's ProjectiveGeneralLinearGroup function:
PGL(2,7)
It can also be defined using the AutomorphismGroup function on :
AutomorphismGroup(PSL(3,2))