How to find the discriminant of a number field ?
I want to find the discriminant of the number field Q(√2) and the field Q(√2,i) and Q(√3+i) ?
How to do this ?
add a comment
I want to find the discriminant of the number field Q(√2) and the field Q(√2,i) and Q(√3+i) ?
How to do this ?
Not sure if this is what you're looking for , but you can try something like this :
For Q(\sqrt{2}) :
sage: K.<t> = NumberField(x^2-2)
sage: K.disc()
8
Asked: 8 years ago
Seen: 530 times
Last updated: Oct 11 '16