diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2019-09-20 11:51:33 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2019-09-20 11:51:33 +0200 |
| commit | b32aefa354eb4cff9447d4de9cd25ebd424721fa (patch) | |
| tree | e35cbadba86d506bc38403d4ce680bc0a764afbc | |
| parent | d4537bf563c2a663dd9e68887ce115e4e70e8956 (diff) | |
| download | kummer-degrees-b32aefa354eb4cff9447d4de9cd25ebd424721fa.tar.gz kummer-degrees-b32aefa354eb4cff9447d4de9cd25ebd424721fa.zip | |
New documentation
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,9 +1,9 @@ | |||
| 1 | # Kummer Degrees | 1 | # Kummer Degrees |
| 2 | A one-file SageMath script that computes the degrees of Kummer Extensions of | 2 | A one-file SageMath script to compute the degrees of Kummer Extensions of |
| 3 | the rational numbers. In order to use the functions KummerDegree and | 3 | the rational numbers. In order to use the functions KummerDegree and |
| 4 | TotalKummerFailure (described below), simply download the file | 4 | TotalKummerFailure (described below), simply download the file |
| 5 | kummer_degree.sage and include it in your project, for example with | 5 | kummer_degree.sage and include it in your SageMath session/project, |
| 6 | attach("kummer_degree.sage"). | 6 | for example with attach("kummer_degree.sage"). |
| 7 | 7 | ||
| 8 | A Kummer Extension of Q is a field extension of the form Q_{M,N}:= | 8 | A Kummer Extension of Q is a field extension of the form Q_{M,N}:= |
| 9 | Q(\zeta_M,G^{1/N}), where: | 9 | Q(\zeta_M,G^{1/N}), where: |
