MathGroup Archive 2011

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

Search the Archive

Re: How to plot derivative directly?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg118108] Re: How to plot derivative directly?
  • From: Peter Breitfeld <phbrf at t-online.de>
  • Date: Tue, 12 Apr 2011 05:59:46 -0400 (EDT)
  • References: <inuna0$2au$1@smc.vnet.net>

Šerých Jakub wrote:

> Plot[D[x^3 - 6 (x + 1)^2 + x - 7, x],{x,-3,8}]

Use Evaluate:

Plot[D[x^3 - 6 (x + 1)^2 + x - 7, x] // Evaluate, {x, -3, 8}]

-- 
_________________________________________________________________
Peter Breitfeld, Bad Saulgau, Germany -- http://www.pBreitfeld.de


  • Prev by Date: Re: How to plot derivative directly?
  • Next by Date: Re: concatenate matrices?
  • Previous by thread: Re: How to plot derivative directly?
  • Next by thread: Re: How to plot derivative directly?