[back] [prev] [next] [index] [root]
L := EltAutomorphism (a); c := EltAutomorphism (a,i);
list | L |
|
algebraic element | c |
|
algebraic element | a |
|
integer | i |
See also: OrderAutomorphisms
kash> o := Order(Z,6,-108); Generating polynomial: x^6 + 108 kash> OrderAutomorphisms(o);; kash> a := Elt(o,[1,2,3,4,5,6]); [1, 2, 3, 4, 5, 6] kash> A := EltAutomorphism(a); [ [1, 2, 3, 4, 5, 6], [12, -552, 630, 48, -28, -39] / 12, [12, 528, -666, 48, -32, -33] / 12, [1, -2, 3, -4, 5, -6], [12, 552, 630, -48, -28, 39] / 12, [12, -528, -666, -48, -32, 33] / 12 ] kash> A[1]+A[2]+A[3]+A[4]+A[5]+A[6]; 6 kash> EltTrace(a); 6 kash> EltAutomorphism(a,1); > [1, 2, 3, 4, 5, 6]
<- back[back] [prev] [next] [index] [root]