Ask Your Question

Revision history [back]

The generator is obtained by doing

sage: k.gen()
z2

Here z2 is just its name. You can store it in a Python variable z2 if you like

sage: z2 = k.gen()