kummer-degrees

Compute the degree of Kummer extensions
git clone https://git.tronto.net/kummer-degrees
Download | Log | Files | Refs | README | LICENSE

commit 92219da8d71978dba52eacd8608351e735bb94ac
parent 4667f58199102f43bb2be1772c0ced030b5aaa61
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date:   Fri, 20 Sep 2019 11:58:29 +0200

New documentation

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -48,11 +48,13 @@ computation of degrees for the same group G only require constant time Returns the degree of the Kummer extension Q_{M,N}=Q(\zeta_M,G^{1/N}) over Q. INPUT: + * G - a list of generators of the group G * M - a positive integer * N - a positive divisor of N OUTPUT: + The degree of the Kummer Extensions Q_{M,N}=Q(\zeta_M,G^{1/N}) over Q. EXAMPLES: @@ -71,9 +73,11 @@ Outputs the description of the failure of maximality for all possible values of M and N. INPUT: + G - a list of generators for the group G OUPUT: + The first part of the output consist of two positive integers M_0 and N_0. N_0 is always a divisor of M_0.