Re: weird bugs in Integrate
- To: mathgroup at smc.vnet.net
- Subject: [mg75328] Re: weird bugs in Integrate
- From: Bhuvanesh <lalu_bhatt at yahoo.com>
- Date: Wed, 25 Apr 2007 05:38:17 -0400 (EDT)
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