aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2019-09-20 11:54:24 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2019-09-20 11:54:24 +0200
commitbf1e3835019cb18062f2884f84ee3686c8777781 (patch)
tree075b110b7347e5114e62f56091233a62e27aedf3
parente3c7bc8c22469471654e80718c5008a525c57294 (diff)
downloadkummer-degrees-bf1e3835019cb18062f2884f84ee3686c8777781.tar.gz
kummer-degrees-bf1e3835019cb18062f2884f84ee3686c8777781.zip
New documentation
Diffstat (limited to '')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6e3643b..9106e5f 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,10 @@ A one-file SageMath script to compute the degrees of Kummer Extensions of
3the rational numbers. In order to use the functions KummerDegree and 3the rational numbers. In order to use the functions KummerDegree and
4TotalKummerFailure (described below), simply download the file 4TotalKummerFailure (described below), simply download the file
5kummer_degree.sage and include it in your SageMath session/project, 5kummer_degree.sage and include it in your SageMath session/project,
6for example with attach("kummer_degree.sage"). 6for example with
7```
8attach("kummer_degree.sage").
9```
7 10
8A Kummer Extension of Q is a field extension of the form Q_{M,N}:= 11A Kummer Extension of Q is a field extension of the form Q_{M,N}:=
9Q(\zeta_M,G^{1/N}), where: 12Q(\zeta_M,G^{1/N}), where:

Generated with cgit - Back to sebastiano.tronto.net