#8383: should sigma(x) produce an error?
---------------------------+------------------------------------------------
Reporter: zimmerma | Owner: burcin
Type: enhancement | Status: new
Priority: minor | Milestone: sage-4.3.4
Component: calculus | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
I hit the following problem:
{{{
sage: f(x) = sigma(x)-x
...
TypeError: unable to convert x (=x) to an integer
}}}
Wouldn't it better to keep sigma(x) unevaluated for x not an integer?
Note that {{{f = lambda(x):sigma(x)-x}}} works but it less nice.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8383>
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.