Forums before death by AOL, social media and spammers... "We can't have nice things"
|    sci.math.symbolic    |    Symbolic algebra discussion    |    10,432 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 9,955 of 10,432    |
|    nma%12000.org@gtempaccount.com to All    |
|    question on integral result    |
|    15 Mar 19 00:41:57    |
   
   Maple 2019 gives   
      
   int(exp(I*w*t)/(c+I*w),w=-infinity..infinity) assuming c>0   
      
    0   
      
   Next, when I tell it that t>0, it then gives   
      
   int(exp(I*w*t)/(c+I*w),w=-infinity..infinity) assuming c>0,t>0   
      
    2*Pi*exp(-c*t)   
      
   Which is correct.   
      
   Should it give zero for the first case? With Mathematica 11.3   
      
   sol = Integrate[ConditionalExpression[Exp[I w t]/(c + I*w), c > 0],   
    {w, -Infinity,Infinity}]   
      
   gives   
      
   ConditionalExpression[(Pi*(1 + Sign[t]))/E^((c*t)/Sign[t]),   
    Element[t, Reals] && c > 0]   
      
   Which is zero, only when t<0 and 2*Pi*exp(-c*t) when t>0   
      
   So Maple and Mathematica agree when told t>0. But why Maple gives zero when   
   one does not tell it anything about if t is positive or not? Do you think this   
   is an OK result by Maple?   
      
   Thanks   
   --Nasser   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca