how to get frobenius_element() in numberfield?
CLO7.<u> = CyclotomicField(7)
CLO7().***frobenius_element***()
Traceback (click to the left of this block for traceback)
...
AttributeError:
'sage.rings.number_field.number_field_element.NumberFieldElement_abs\
olute' object has no attribute 'frobenius_element'
add a comment