diff options
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -48,10 +48,11 @@ This table can be read exactly as the first one. | |||
| 48 | 48 | ||
| 49 | ## KummerDegree( G, M, N ) | 49 | ## KummerDegree( G, M, N ) |
| 50 | 50 | ||
| 51 | Returns the degree of the Kummer extension Q_{M,N}. Again, G is given simply as | 51 | Returns the degree of the Kummer extension Q_{M,N}. Again, G is given simply as a list of generators and it may contain torsion. |
| 52 | a list of generators and it may contain torsion. | ||
| 53 | 52 | ||
| 53 | Example: | ||
| 54 | ``` | ||
| 54 | sage: KummerDegree([-36,12,-1],120,24) | 55 | sage: KummerDegree([-36,12,-1],120,24) |
| 55 | output: | 56 | output: |
| 56 | 2304 | 57 | 2304 |
| 57 | 58 | ``` | |
