Bug#598158: maxima: does not simplify simple integrals involving absolute values

2014-07-28 Thread Robert Dodier
Maxima can solve some integrals involving absolute values, including the example given (integrate(exp(-abs(x)-%i*x),x,minf,inf)), via the package abs_integrate. (%i2) load (abs_integrate); (%o2) /usr/local/share/maxima/5.32.1/share/contrib/integration/abs_integrate.mac (%i3) integrate(exp(-ab

Bug#598158: maxima: does not simplify simple integrals involving absolute values

2014-07-16 Thread Camm Maguire
forwarded 598158 maxima-disc...@lists.sourceforge.net thanks Package: maxima Version: 5.22.1-4 Severity: normal Maxima is missing the logic to perform integrals with simple absolute value signs in them. For example, integrate(exp(+x-%i*x),x,minf,0); and integrate(exp(-x-%i*x),x,0,inf); will b

Bug#598158: maxima: does not simplify simple integrals involving absolute values

2010-09-26 Thread Jeremy Salwen
Package: maxima Version: 5.22.1-4 Severity: normal Maxima is missing the logic to perform integrals with simple absolute value signs in them. For example, integrate(exp(+x-%i*x),x,minf,0); and integrate(exp(-x-%i*x),x,0,inf); will both be simplified by maxima, while integrate(exp(-abs(x)-%i*x)