Re: Plot derivative
- To: mathgroup at smc.vnet.net
- Subject: [mg64980] Re: Plot derivative
- From: Helen Read <hpr at together.net>
- Date: Fri, 10 Mar 2006 05:15:11 -0500 (EST)
- References: <dulto3$3ia$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
> There were a great many duplicate answers to this question. I > have combined them all in this post. > > Moderator > >>From: Marco Gabiccini <m.gabiccini at ing.unipi.it> To: mathgroup at smc.vnet.net > > > Try > > Plot[Evaluate[Dt[Sin[x], x]], {x, 0, 1}] [snip duplicate answers] I'm surprised nobody suggested the following: f[x_]=Sin[x] Plot[f'[x],{x,0,1}] -- Helen Read Dept of Mathematics & Statistics University of Vermont