Ask Your Question
1

How to find the discriminant of a number field ?

asked 2016-10-08 21:54:40 +0200

nebuckandazzer gravatar image

updated 2016-10-08 23:14:05 +0200

I want to find the discriminant of the number field $\mathbb{Q}(\sqrt2)$ and the field $\mathbb{Q}(\sqrt2,i)$ and $\mathbb{Q}(\sqrt3+i)$ ?

How to do this ?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2016-10-11 01:32:40 +0200

Sha gravatar image

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
edit flag offensive delete link more
2

answered 2016-10-09 03:39:39 +0200

kcrisman gravatar image

Is this documentation helpful?

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2016-10-08 21:54:40 +0200

Seen: 429 times

Last updated: Oct 11 '16