Re: Integration
- To: mathgroup at smc.vnet.net
- Subject: [mg90316] Re: [mg90266] Integration
- From: DrMajorBob <drmajorbob at att.net>
- Date: Sat, 5 Jul 2008 04:51:53 -0400 (EDT)
- References: <19815572.1215206763469.JavaMail.root@m08>
- Reply-to: drmajorbob at longhorns.com
You integrated a constant (f) on a unit-length interval, so of course the result is f. You probably meant to integrate f[x], not f. Bobby On Fri, 04 Jul 2008 02:55:54 -0500, Eomer <eomer_28 at hotmail.com> wrote: > Hello, > > I would like to numerically integrate a particular function. I define f > to be equal to that function. Then, I do N[Integrate[f,{x,0,1}]. The > output is f. Why? Why don't I get an answer? > > Thanks > Rohan. > > -- DrMajorBob at longhorns.com