MathGroup Archive 2013

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

Search the Archive

Re: Integrate bug in v 9.0.0

  • To: mathgroup at smc.vnet.net
  • Subject: [mg129671] Re: Integrate bug in v 9.0.0
  • From: DC <b.gatessucks at gmail.com>
  • Date: Sun, 3 Feb 2013 20:20:56 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <keiaug$qqn$1@smc.vnet.net>

Not fixed in 9.0.1 but it works with :

Integrate[Apart[x^2/(x^2 - x0^2)], {x, x1, x2}, 
 Assumptions -> x0 > x2 > x1 >= 0, GenerateConditions -> False]

(* -x1 + x2 + x0 ArcTanh[(x0 (x1 - x2))/(x0^2 - x1 x2)] *)




  • Prev by Date: Re: Using hyperlinks to move to computations and back to text
  • Next by Date: Re: Any way to get gradient lines as well as contour lines?
  • Previous by thread: Integrate bug in v 9.0.0
  • Next by thread: Re: Integrate bug in v 9.0.0