diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2019-09-20 10:25:49 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2019-09-20 10:25:49 +0200 |
| commit | d5266a09e125ac3a0c9c39063d21cc93747c811f (patch) | |
| tree | 1a10e167e89ce15861e0be41485754198024e609 /README.md | |
| parent | 9b38da7e182f6ca23b371927ce98367301d7950b (diff) | |
| download | kummer-degrees-d5266a09e125ac3a0c9c39063d21cc93747c811f.tar.gz kummer-degrees-d5266a09e125ac3a0c9c39063d21cc93747c811f.zip | |
New documentation
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 ) |
