aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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