Re: Re: Bug in Mathematica ?
- To: mathgroup at smc.vnet.net
- Subject: [mg60869] Re: [mg60852] Re: Bug in Mathematica ?
- From: Cheng Liu <cliu at lanl.gov>
- Date: Sat, 1 Oct 2005 02:55:45 -0400 (EDT)
- References: <200509280541.BAA08394@smc.vnet.net> <dhgeb0$1m6$1@smc.vnet.net> <200509300757.DAA22188@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
However, on my machine In[1]:= Integrate[Min[x, y], {x, 0, 1}, {y, 0, 1}] Out[1]= 1/3 In[2]:= $Version Out[2] 5.2 for Mac OS X (June 20, 2005) ?????? On Sep 30, 2005, at 1:57 AM, Bidule wrote: > 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 > > =========================================================== Cheng Liu, Ph.D. MST-8, MS-G755 email: cliu at lanl.gov Los Alamos National Laboratory Phone: (505)665-6892 Los Alamos, NM 87545 Fax: (505)667-8021 ===========================================================