diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2019-07-30 16:26:56 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2019-07-30 16:26:56 +0200 |
| commit | 5cc5667c32570d57cb751b525ad51954711be1f6 (patch) | |
| tree | 2357da0ae54e2245aad4beb3adf321fc966b061c | |
| parent | cf6c4f80c1eb5f77d14816bcc6323e01c35d94ce (diff) | |
| parent | f84eb3689582182853366679f8be9576c21cb43d (diff) | |
| download | kummer-degrees-5cc5667c32570d57cb751b525ad51954711be1f6.tar.gz kummer-degrees-5cc5667c32570d57cb751b525ad51954711be1f6.zip | |
Merge branch 'master' of https://github.com/porkynator/kummer-degrees
| -rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -10,7 +10,6 @@ Example: | |||
| 10 | 10 | ||
| 11 | ``` | 11 | ``` |
| 12 | sage: TotalKummerFailure([-36,12,-1]) | 12 | sage: TotalKummerFailure([-36,12,-1]) |
| 13 | output: | ||
| 14 | M_0 = 24 | 13 | M_0 = 24 |
| 15 | N_0 = 8 | 14 | N_0 = 8 |
| 16 | 15 | ||
| @@ -53,6 +52,5 @@ Returns the degree of the Kummer extension Q_{M,N}. Again, G is given simply as | |||
| 53 | Example: | 52 | Example: |
| 54 | ``` | 53 | ``` |
| 55 | sage: KummerDegree([-36,12,-1],120,24) | 54 | sage: KummerDegree([-36,12,-1],120,24) |
| 56 | output: | ||
| 57 | 2304 | 55 | 2304 |
| 58 | ``` | 56 | ``` |
