| 1 | initial version |
Actually 1 is a generator of the Field K if q is prime, since K is the smallest field containing 1.
If you want a generator of the multiplicative group K^*, you can do:
sage: K.multiplicative_generator()
| 2 | No.2 Revision |
Actually 1 is a generator of the Field K if q is prime, since K K is the smallest field containing 1.
If you want a generator of the multiplicative group K^*, you can do:
sage: K.multiplicative_generator()
| 3 | No.3 Revision |
Actually 1 is a generator of the Field kield K if q is prime, since K is the smallest field containing 1.
If you want a generator of the multiplicative group K^*, you can do:
sage: K.multiplicative_generator()
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.