kummer-degrees

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

commit f84eb3689582182853366679f8be9576c21cb43d
parent 3062ce67bb0240a47841bfb954ca79a2d8d64768
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date:   Fri, 19 Apr 2019 12:16:29 +0200

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

diff --git a/README.md b/README.md @@ -10,7 +10,6 @@ Example: ``` sage: TotalKummerFailure([-36,12,-1]) -output: M_0 = 24 N_0 = 8 @@ -53,6 +52,5 @@ Returns the degree of the Kummer extension Q_{M,N}. Again, G is given simply as Example: ``` sage: KummerDegree([-36,12,-1],120,24) -output: 2304 ```