aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2019-09-20 10:45:36 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2019-09-20 10:45:36 +0200
commit5bf4cde26ce9c3edc0a3f007714b3690f397b286 (patch)
tree9d0c3d76cfdf1c7591d4d2feb99c2509c3a3b87c
parentf2cc02f87cc8af2f264ff2e132daf19b4e732a9c (diff)
downloadkummer-degrees-5bf4cde26ce9c3edc0a3f007714b3690f397b286.tar.gz
kummer-degrees-5bf4cde26ce9c3edc0a3f007714b3690f397b286.zip
New documentation
-rw-r--r--README.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/README.md b/README.md
index ffa8e75..267f6e7 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,16 @@ generators can slow the script as well.
30by elements of magnitude 10^6; higher ranks are feasible as well with smaller 30by elements of magnitude 10^6; higher ranks are feasible as well with smaller
31generators. 31generators.
32 32
33It contains the following useful functions: 33
34## KummerDegree( G, M, N )
35
36Returns the degree of the Kummer extension Q_{M,N}. Again, G is given simply as a list of generators and it may contain torsion.
37
38Example:
39```
40sage: KummerDegree([-36,12,-1],120,24)
414608
42```
34 43
35## TotalKummerFailure( G ) 44## TotalKummerFailure( G )
36 45
@@ -65,12 +74,4 @@ The following table shows the total failure of Kummer degrees if the quotient M/
65 74
66``` 75```
67 76
68## KummerDegree( G, M, N )
69 77
70Returns the degree of the Kummer extension Q_{M,N}. Again, G is given simply as a list of generators and it may contain torsion.
71
72Example:
73```
74sage: KummerDegree([-36,12,-1],120,24)
754608
76```

Generated with cgit - Back to sebastiano.tronto.net