| 1 | initial version |
By trial and error I found the answer:
K = D.as_finitely_presented_group() H = K.as_permutation_group()
This gives the desired presentation of D.
| 2 | No.2 Revision |
By trial and error I found the answer:
K = D.as_finitely_presented_group()
D.as_finitely_presented_group()
H = K.as_permutation_group()
This gives the desired presentation of D.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.