Mathematica
O produto não é comutativo:
![Unprotect[{Times, Power}] ; ClearAttributes[Times, Orderless] Protect[Times] ;](../HTMLFiles/index_152.gif)
Regras para reduzir o comprimento dos monómios :
![]()
![x^(m_ /; m >= 3) ^:= x^Mod[m, 3] y^(m_ /; m >= 2) ^:= y^Mod[m, 2] x y x y ^:= y x^2 y x y x ^:= x^2 y y x^2 y ^:= x y x x^2 y x^2 ^:= y x y y x y x^m_ ^:= x^2 y x^(m - 1) x^m_ y x y ^:= x^(m - 1) y x^2](../HTMLFiles/index_154.gif)
Regras para definir inversos
![]()
![]()
![]()
Gerador de monómios
![Gen[k_] := Block[{}, S _ 1 = {1, x, y} ; Do[S _ (n + 1) = Table[(S _ n [[ i ]] #) & /@ S _ n, {i, 1, Length[S _ n]}] // Flatten[#, 1] & // Union, {n, k - 1}] ; S _ k]](../HTMLFiles/index_158.gif)
![]()
![]()
| 1 | x |
|
|
|
|
|
|
y |
|
|
|
![]()
| 1 | x | y |
|
|
|
|
|
|
|
|
|
![]()
Comutador de G
![]()
![]()
| 1 |
|
|
y |
O grupo gerado pelo comutador é normal em ![]()
![]()
| 1 |
|
|
y |
Classes de Conjugação de G e sua tabela de multiplicação
![]()
![]()
|
|
|
|
|
|
|
|
![]()
![]()
![]()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Converted by Mathematica (October 16, 2002)