Re: How to plot derivative directly?
- To: mathgroup at smc.vnet.net
 - Subject: [mg118082] Re: How to plot derivative directly?
 - From: David Skulsky <edskulsky at gmail.com>
 - Date: Tue, 12 Apr 2011 05:55:02 -0400 (EDT)
 - Reply-to: comp.soft-sys.math.mathematica at googlegroups.com
 
Plot[Evaluate[D[x^3 - 6 (x + 1)^2 + x - 7, x]], {x, -3, 8}]
David