#11798: typo in the documentation of weierstrass_points
--------------------------------+-------------------------------------------
Reporter: zimmerma | Owner: mvngu
Type: defect | Status: closed
Priority: trivial | Milestone: sage-4.7.2
Component: documentation | Resolution: fixed
Keywords: ecc2011 | Work_issues:
Upstream: N/A | Reviewer: Luca De Feo
Author: Paul Zimmermann | Merged: sage-4.7.2.alpha3
Dependencies: |
--------------------------------+-------------------------------------------
Old description:
> {{{
> sage: K = pAdicField(11, 5)
> sage: x = polygen(K)
> sage: C = HyperellipticCurve(x^5 + 1)
> sage: C.weierstrass_points?
> ...
> in the suport of the divisor of $y$
> }}}
> Here, {{{suport}}} should be {{{support}}}.
>
> Note: I have created that ticket to show how to create a patch and
> submit it to trac during the ECC 2011 summer school. Thus please don't
> work on this ticket!
>
> Paul Zimmermann
>
> ----
>
> Apply [attachment:trac11798.patch] to the Sage library.
New description:
{{{
sage: K = pAdicField(11, 5)
sage: x = polygen(K)
sage: C = HyperellipticCurve(x^5 + 1)
sage: C.weierstrass_points?
...
in the suport of the divisor of $y$
}}}
Here, {{{suport}}} should be {{{support}}}.
----
Apply [attachment:trac11798.patch] to the Sage library.
--
Comment(by zimmerma):
thank you Leif for your comments! I forgot to update the description after
my demonstration.
Paul
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11798#comment:7>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.