diff options
Diffstat (limited to 'README.md')
| -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: |
