#9321: Documentation for sum() function should indicate Python syntax *first*
-----------------------------+----------------------------------------------
Reporter: rlm | Owner: mvngu
Type: defect | Status: new
Priority: major | Milestone:
Component: documentation | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
When did we hijack the sum function? Based on the documentation there, I
have (today alone) had four different people come up to me and ask why
something like the following doesn't work:
{{{
sage: sum(Integer(x), x, 0, 9)
}}}
I know the reasons this shouldn't work, but newbies definitely don't. It
should say something about how to do
{{{
sage: sum( Integer(x) for x in range(10) )
}}}
before "getting all symbolic."
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9321>
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.