diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -2,6 +2,14 @@ | |||
| 2 | A SageMath script that computes the degrees of Kummer Extensions of the | 2 | A SageMath script that computes the degrees of Kummer Extensions of the |
| 3 | rational numbers. | 3 | rational numbers. |
| 4 | 4 | ||
| 5 | A Kummer Extension of Q is a field extension of the form Q_{M,N}:= | ||
| 6 | Q(\zeta_M,G^{1/N}), where: | ||
| 7 | * M and N are integers with N dividing M; | ||
| 8 | * \zeta_M is a root of unity of order M; | ||
| 9 | * G is a finitely generated subgroup of the multiplicative group of Q; | ||
| 10 | * G^{1/N} is the set of all elements x of an algebraic closure of Q such that | ||
| 11 | x^n belongs to G. | ||
| 12 | |||
| 5 | It contains the following useful functions: | 13 | It contains the following useful functions: |
| 6 | 14 | ||
| 7 | ## TotalKummerFailure( G ) | 15 | ## TotalKummerFailure( G ) |
