#15497: sum(lcm(10, i), i, 1, 10) gives incorrect answer
----------------------------+------------------------
Reporter: ppurka | Owner:
Type: defect | Status: new
Priority: major | Milestone: sage-6.1
Component: calculus | Resolution:
Keywords: | Merged in:
Authors: | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
Dependencies: | Stopgaps: todo
----------------------------+------------------------
Comment (by kcrisman):
Here is the problem, presumably (`lcm` not being symbolic in this way):
{{{
sage: lcm(10,x)
10*x
}}}
We can all be Gauss with this.
{{{
sage: sum(lcm(1,x),x,1,100)
5050
}}}
The solution is to make sure that `lcm(a,b)` does something symbolic, or
throws an error, when we feed it symbolic entries. Is there already a
ticket for this, perhaps?
--
Ticket URL: <http://trac.sagemath.org/ticket/15497#comment:2>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.