MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

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



  • Prev by Date: Reply about Piecewise and Integral
  • Next by Date: Re: Porting waveforms out of Mathematica and into a D/A converter
  • Previous by thread: Re: weird bugs in Integrate
  • Next by thread: Sometimes <space> means multiple , sometimes not