First time here? Check out the FAQ!

Ask Your Question
0

hot to get a functionfield'galois_group?

asked 11 years ago

cjsh gravatar image

updated 11 years ago

kcrisman gravatar image

is there a table about functionfield'galois_group? only numberfield'galois_group at lmfdb.org

K.<x> = FunctionField(QQ); R.<y> = K[];L.<y> = K.extension(y^5 - x);L;LL.<z> = L[];LL.<z> = K.extension(z - x-y);LL

Function field in y defined by y^5 - x
Function field in z defined by z - y - x


K.maximal_order(); K.galois_group()

Maximal order in Rational function field in x over Rational Field
Traceback (most recent call last):
Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 11 years ago

John Cremona gravatar image

What sort of table are you looking for?

Concerning Sage, it would be nice if Sage had more functionality for working with function fields, but at present it does not.

Preview: (hide)
link

Your Answer

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

Add Answer

Question Tools

Stats

Asked: 11 years ago

Seen: 253 times

Last updated: Dec 11 '13