MathGroup Archive 2011

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

Search the Archive

Evaluate[expr]

  • To: mathgroup at smc.vnet.net
  • Subject: [mg123434] Evaluate[expr]
  • From: é å <shlwell1988 at gmail.com>
  • Date: Wed, 7 Dec 2011 06:14:45 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

f[x_] = x^5 - 3 x^2 + 1; tt =
 Table[Evaluate[{{x}, f[x], D[f[x], x]}], {x, 0, 2, 0.3}]

In the above expression , what's the function of Evaluate[expr]?

Why doesn't it work without Evaluate[expr]?

Can you help me?



  • Prev by Date: Complex diagram
  • Next by Date: Re: The orde of product
  • Previous by thread: Re: Complex diagram
  • Next by thread: Re: Evaluate[expr]