diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -1,6 +1,9 @@ | |||
| 1 | # Kummer Degrees | 1 | # Kummer Degrees |
| 2 | A SageMath script that computes the degrees of Kummer Extensions of the | 2 | A one-file SageMath script that computes the degrees of Kummer Extensions of |
| 3 | rational numbers. | 3 | the rational numbers. In order to use the functions KummerDegree and |
| 4 | TotalKummerFailure (described below), simply download the file | ||
| 5 | kummer_degree.sage and include it in your project, for example with | ||
| 6 | attach("kummer_degree.sage"). | ||
| 4 | 7 | ||
| 5 | 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}:= |
| 6 | Q(\zeta_M,G^{1/N}), where: | 9 | Q(\zeta_M,G^{1/N}), where: |
