Ask Your Question
0

hot to get a functionfield'galois_group?

asked 2013-12-11 04:25:02 +0200

cjsh gravatar image

updated 2013-12-11 08:43:24 +0200

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):
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-12-11 12:40:17 +0200

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.

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

Stats

Asked: 2013-12-11 04:25:02 +0200

Seen: 168 times

Last updated: Dec 11 '13