|
[Date Index]
[Thread Index]
[Author Index]
Re: Bug in Mathematica ?
- To: mathgroup at smc.vnet.net
- Subject: [mg60852] Re: Bug in Mathematica ?
- From: Bidule <toto at truc.com>
- Date: Fri, 30 Sep 2005 03:57:28 -0400 (EDT)
- References: <200509280541.BAA08394@smc.vnet.net> <dhgeb0$1m6$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Curtis Osterhoudt a écrit :
> Hi, Bidule,
>
> Mathematica 5.1 for Linux gives me 2/3 and 0.66666667, respectively.
> Which version are you using?
Thank you all for answering. It's a good thing you all agree.
Sorry I wasn't explicit enough.
I use version 5.0 for Windows.
The first calculation gave 1/3, while the second one gave 0.66667.
I'm glad to hear everything's right in version 5.1
B.
PS: for informative purposes, here is the full output I got:
In[1]:=
$Version
Out[1]=
5.0 for Microsoft Windows (June 11, 2003)
In[2]:=
Integrate[Max[x,y],{x,0,1},{y,0,1}]
Out[2]=
\!\(1\/3\)
In[3]:=
NIntegrate[Max[x,y],{x,0,1},{y,0,1}]
Out[3]=
0.666667
Prev by Date:
Re: Importing (and dealing with) multiple files
Next by Date:
Re: Sorting Strings: How and Why so f$&!ing hard?
Previous by thread:
Re: Bug in Mathematica ?
Next by thread:
Re: Bug in Mathematica ?
|