Re: weird bugs in Integrate
- To: mathgroup at smc.vnet.net
- Subject: [mg75372] Re: weird bugs in Integrate
- From: dimitris <dimmechan at yahoo.com>
- Date: Fri, 27 Apr 2007 05:22:22 -0400 (EDT)
- References: <f0n85i$r25$1@smc.vnet.net>
Great news! Regards Dimitris =CF/=C7 Bhuvanesh =DD=E3=F1=E1=F8=E5: > These are already fixed in the development version. Thanks for the report= though :) > > In[1]:= Integrate[Tan[x], {x,0,Infinity}] > > Integrate::idiv: Integral of Tan[x] does not converge on {0, Infinity}. > > Out[1]= Integrate[Tan[x], {x, 0, Infinity}] > > In[2]:= Integrate[Tan[x], {x,1,Infinity}] > > Integrate::idiv: Integral of Tan[x] does not converge on {1, Infinity}. > > Out[2]= Integrate[Tan[x], {x, 1, Infinity}] > > In[3]:= Integrate[Cot[x], {x,1,Infinity}] > > Integrate::idiv: Integral of Cot[x] does not converge on {1, Infinity}. > > Out[3]= Integrate[Cot[x], {x, 1, Infinity}] > > Bhuvanesh, > Wolfram Research