aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3102ab7..3cb4653 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
1# Kummer Degrees 1# Kummer Degrees
2A one-file SageMath script that computes the degrees of Kummer Extensions of 2A 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 project, for example with 5kummer_degree.sage and include it in your SageMath session/project,
6attach("kummer_degree.sage"). 6for example with attach("kummer_degree.sage").
7 7
8A Kummer Extension of Q is a field extension of the form Q_{M,N}:= 8A Kummer Extension of Q is a field extension of the form Q_{M,N}:=
9Q(\zeta_M,G^{1/N}), where: 9Q(\zeta_M,G^{1/N}), where:

Generated with cgit - Back to sebastiano.tronto.net