On Aug 20, 12:45 pm, Omri <omri.ba...@gmail.com> wrote:
> So is this an issue that can be resolved?
> Omri

Depends on what you mean by resolved.

It turns out that the abs_integrate package in Maxima will do this.


(%i1) load(abs_integrate);
STYLE-WARNING: redefining SIMP-ISREAL-P in DEFUN
(%o1) /Users/.../maxima-5.25.0/share/contrib/integrat\
ion/abs_integrate.mac
(%i2) integrate(%e^(-x^2/2)/sqrt(2*%pi) * signum(x-1),x,minf,inf);

(%o2)   -erf(1/sqrt(2))


See http://trac.sagemath.org/sage_trac/ticket/11483, where we are
tracking adding this.  We tried to add it once, and then apparently
didn't actually do so.  Now we still need to do it, which requires the
usual process of review.  Thanks for reminding us!

- kcrisman

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to