kummer-degrees

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

commit cc3732bc883f7c64685b8b474d143e402b8d8ce0
parent 2add0f43d3d2718fb544bedc99217af9d99955b7
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date:   Wed, 31 Jul 2019 16:14:16 +0200

Just some refactoring

Diffstat:
Mkummer_degree.sage | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kummer_degree.sage b/kummer_degree.sage @@ -1,5 +1,5 @@ ############################################################################### -# This software allows one to compute the degree of certain field extensions # +# This program allows one to compute the degree of certain field extensions # # of the rational numbers. In particular, it can compute the degree over Q of # # extensions of the form Q( sqrt[N](G), \zeta_M ), where: # # - N and M are integers with N dividing M; #