MathGroup Archive 2011

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

Search the Archive

Re: Wolfram, meet Stefan and Boltzmann

  • To: mathgroup at smc.vnet.net
  • Subject: [mg117838] Re: Wolfram, meet Stefan and Boltzmann
  • From: Peter Pein <petsie at dordos.net>
  • Date: Fri, 1 Apr 2011 02:34:28 -0500 (EST)
  • References: <in1g1g$4ls$1@smc.vnet.net>

Am 31.03.2011 11:03, schrieb Curtis Osterhoudt:
> Again, this happens on Linux, too. It's not limited to OS X
>
> In[1]:= 1 + 1
>
> Out[1]= 2
>
> In[2]:= $Version
>
> Out[2]= "7.0 for Linux x86 (32-bit) (November 11, 2008)"
>
> In[3]:= AbsoluteTiming[Integrate[x^3/(Exp[x] - 1), {x, 0, Infinity}]]
>
> Out[3]= {15.64583`7.645943600598422, \[Pi]^4/15}
...
sorry, I can not reproduce your results:
In[1]:= 1+1
$Version
$ReleaseNumber
AbsoluteTiming[Integrate[x^3/(Exp[x]-1),{x,0,Infinity}]]


Out[1]= 2
Out[2]= 8.0 for Microsoft Windows (64-bit) (February 23, 2011)
Out[3]= 1
Out[4]= {1.6692030,\[Pi]^4/15}

and similar results under Linux

maybe a clean reinstall (uninstall Mathematica, reboot, install Mathematica) might help?




  • Prev by Date: Re: Wolfram, meet Stefan and Boltzmann
  • Next by Date: WebMathematica and SVG graphics
  • Previous by thread: Re: Wolfram, meet Stefan and Boltzmann
  • Next by thread: Re: Wolfram, meet Stefan and Boltzmann