MathGroup Archive 2009

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

Search the Archive

Re: Integrate[ 0.0*x, {x, 0, y}]

  • To: mathgroup at smc.vnet.net
  • Subject: [mg103038] Re: [mg103021] Integrate[ 0.0*x, {x, 0, y}]
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Fri, 4 Sep 2009 07:02:11 -0400 (EDT)
  • Reply-to: hanlonr at cox.net

Because you are mixing an inexact number (0.0) with an exact (symbolic) function

Integrate[Rationalize[0.0*x], {x, 0, y}]

0

Integrate[0.0*x, {x, 0, y}] // Rationalize

0


Bob Hanlon

---- Nankyoku Ice <406of76013 at gmail.com> wrote: 

=============
Why does Integrate[ 0.0 * x, {x, 0, y}] yield 0.0*y^2, not 0 ?




  • Prev by Date: Quit Kernel when using Manipulate crashes
  • Next by Date: Re: Viewing .mx files (Question)
  • Previous by thread: Re: Integrate[ 0.0*x, {x, 0, y}]
  • Next by thread: Re: Integrate[ 0.0*x, {x, 0, y}]