MathGroup Archive 2007

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

Search the Archive

Re: elliptic integral (reloaded!)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg75921] Re: elliptic integral (reloaded!)
  • From: Roman <rschmied at gmail.com>
  • Date: Sun, 13 May 2007 05:51:32 -0400 (EDT)
  • References: <f23ome$n1h$1@smc.vnet.net>

Hi Dimitris,
Version "6.0 for Mac OS X PowerPC (32-bit) (April 20, 2007)" returns
the integral unevaluated.
By the way, what's the obsession with HoldForm? You can just type this
in as
   Integrate[Sqrt[(1 - x)/((x - 2)*(x^2 - 2*x + 3))], {x, 1, 2}]
and it will return the result (or not) right away, without using
ReleaseHold.
Roman.

On May 12, 9:00 am, dimitris <dimmec... at yahoo.com> wrote:
> I guess saying many things prevent forumists from answering?!
>
> Anyway...
>
> In[9]:=
> o = HoldForm[Integrate[Sqrt[(1 - x)/((x - 2)*(x^2 - 2*x + 3))], {x, 1,
> 2}]]
>
> Version 4. succeeds in getting a closed form result.
> Version 5.2 returns the integral unevalueated.
>
> I just want to know what version 6 does!
>
> Thanks a lot!
>
> Dimitris




  • Prev by Date: Re: Mathematica 6 & Wolfram Workbench
  • Next by Date: Plot & warning messages (v6)
  • Previous by thread: Re: elliptic integral (reloaded!)
  • Next by thread: Re: elliptic integral (reloaded!)