#10070: make heaviside and step play nicely together.
-------------------------+--------------------------------------------------
Reporter: kcrisman | Owner: burcin
Type: defect | Status: new
Priority: minor | Milestone: sage-4.6.1
Component: symbolics | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-------------------------+--------------------------------------------------
The heaviside built-in function and the step symbolic method are not the
same at zero.
{{{
sage: heaviside(0)
heaviside(0)
sage: SR(0).step()
1/2
}}}
And the documentation seems to indicate that `heaviside` should be
undefined (?) at zero, though it's not definitive.
In addition to reconciling these, we should probably unify notation or
something.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10070>
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.