I need to draw a subgroup lattice of $ UT(3,\mathbb{Z_{3}}) $, the group of upper triangular matrices with diagonal one. How to do it? And whether there is somebody ready image? (I know that it can xgap but I have a problem with installing on windows)
2026-03-28 05:38:58.1774676338
On
Subgroup lattice of UT(3,3)
362 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
The group in question is the finite Heisenberg group $H_3(3)$ of order $27$. Its subgroup lattice can be computed with GAP, or similar programs. The group is nilpotent of class $2$. $H_3(p)$ has $p^2+2p+4$ subgroups, so $H_3(3)$ has $19$ subgroups.
Reference: The wiki-page.
If you cannot run xgap, there is a GAP function
DotFileLatticeSubgroupsthat outputs a graphical description of a subgroup lattice the http://www.graphviz.org format which presumably has a viewer program for Windows. For exampleproduces a file that creates this picture:
The first number of a subgroup is the conjugacy class, the second the number within the class. Normal subgroups just have a single number.