GAP (computer algebra system): Difference between revisions

Content deleted Content added
m Use Free and open-source software portal name (via WP:JWB)
Line 37:
<span style="color: darkblue;">gap></span> <span style="color: #B60000;">G:=SmallGroup(8,1);</span> <span style="color: darkgray;"># Set G to be a group of order 8.</span>
<pc group of size 8 with 3 generators>
<span style="color: darkblue;">gap></span> <span style="color: #B60000;">i:=IsomorphismPermGroup(G);</span> <span style="color: darkgray;"># Find an isomorphism from G to a group of permutations.</span>
<action isomorphism>
<span style="color: darkblue;">gap></span> <span style="color: #B60000;">Image(i,G);</span> <span style="color: darkgray;"># The image of G under I - these are the generators of im G.</span>