MathGroup Archive 2009

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

Search the Archive

Re: Bug with Integrate in v7?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg103140] Re: Bug with Integrate in v7?
  • From: guerom00 <guerom00 at gmail.com>
  • Date: Wed, 9 Sep 2009 04:42:43 -0400 (EDT)
  • References: <h859sa$pva$1@smc.vnet.net>

Yeah, funny.

In[12]:= f=(x-1)^2 (y-1)^2 (z-1)^2;
Integrate[f,{x,-1,1},{y,-1,1},{z,-1,1}]
NIntegrate[f,{x,-1,1},{y,-1,1},{z,-1,1}]

Out[13]= 0

Out[14]= 18.962962945415


  • Prev by Date: Re: Re: An arithmetic puzzle, equality of numbers.
  • Next by Date: Print in a loop
  • Previous by thread: Bug with Integrate in v7?
  • Next by thread: Re: Bug with Integrate in v7?