diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2019-04-19 11:47:23 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2019-04-19 11:47:23 +0200 |
| commit | 81b744ef7780ed061807ada72b532b44a2925dd4 (patch) | |
| tree | 21628ad9324a8d4b25fa0d441e1991a12e276868 | |
| parent | 0cecb6907568997b77bf63941bec5e150ba23e9a (diff) | |
| download | kummer-degrees-81b744ef7780ed061807ada72b532b44a2925dd4.tar.gz kummer-degrees-81b744ef7780ed061807ada72b532b44a2925dd4.zip | |
Markdown improvement for README
Diffstat (limited to '')
| -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 | ``` | |
