diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2019-09-20 11:54:24 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2019-09-20 11:54:24 +0200 |
| commit | bf1e3835019cb18062f2884f84ee3686c8777781 (patch) | |
| tree | 075b110b7347e5114e62f56091233a62e27aedf3 | |
| parent | e3c7bc8c22469471654e80718c5008a525c57294 (diff) | |
| download | kummer-degrees-bf1e3835019cb18062f2884f84ee3686c8777781.tar.gz kummer-degrees-bf1e3835019cb18062f2884f84ee3686c8777781.zip | |
New documentation
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -3,7 +3,10 @@ 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 SageMath session/project, | 5 | kummer_degree.sage and include it in your SageMath session/project, |
| 6 | for example with attach("kummer_degree.sage"). | 6 | for example with |
| 7 | ``` | ||
| 8 | attach("kummer_degree.sage"). | ||
| 9 | ``` | ||
| 7 | 10 | ||
| 8 | A Kummer Extension of Q is a field extension of the form Q_{M,N}:= | 11 | A Kummer Extension of Q is a field extension of the form Q_{M,N}:= |
| 9 | Q(\zeta_M,G^{1/N}), where: | 12 | Q(\zeta_M,G^{1/N}), where: |
