Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Why is Galois group computation failing?

L = NumberField(x^2 - x - 1, 'theta')
G = L.galois_group()

works

L = NumberField(x^3 - x - 1, 'theta')
G = L.galois_group()

gives me the error

TypeError: You must specify the name of the generator.