Changes between Initial Version and Version 8 of Ticket #11930
- Timestamp:
- 12/18/11 14:00:44 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11930
- Property Status changed from new to needs_work
- Property Work issues changed from to add singular examples to the documentation of the constructor, do some tests
- Property Authors changed from to Daniel Krenn, Marco Streng, Damiano Testa
- Property Summary changed from function to check if hyperelliptitc curve is singular in the sense of hyperelliptic curves to function to check if hyperelliptic curve is singular in the sense of hyperelliptic curves
- Property Keywords singular, sd35 added; singular removed
- Property Reviewers changed from to Marco Streng, Damiano Testa
-
Ticket #11930 – Description
initial v8 6 6 True 7 7 }}} 8 but `H` is a non-singular hyperelliptic curve. Although this is '''not''' an error, since all hyperelliptic curves, where the degree of the defining polynomial is at least 5, have a singularity at infinity.8 but `H` is a non-singular hyperelliptic curve. 9 9 10 The term non-singular hyperelliptic curve is used to say that all finite points are non-singular. Therefore it would be nice to have a function that returns the (non-)singularity of the finite points of an hyperelliptic curve.10 Hyperelliptic curves are smooth curves mathematically. In Sage, they are implemented as plane curves with a singularity at infinity, but that singularity can always be resolved. 11 11 12 Apply 13 14 * [attachment:11930_singular_hyperelliptic.patch] 15 * [attachment:11930_is_singular.patch]
