MathGroup Archive 2011

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

Search the Archive

Re: Evaluate[expr]

  • To: mathgroup at smc.vnet.net
  • Subject: [mg123494] Re: Evaluate[expr]
  • From: Shizu <slivo.vitz at msa.hinet.net>
  • Date: Sat, 10 Dec 2011 07:25:49 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

And we check and see the attributes of Table[]:

In[]= Attributes[Table]
Out[]= {HoldAll, Protected}

We need Evaluate[] to "release" the Hold attribute.
Or else, D[] is held unevaluated.



  • Prev by Date: Re: Ploting a transformation of a set
  • Next by Date: Re: Findminimum too slow for iterative reweighted least squares
  • Previous by thread: Re: Evaluate[expr]
  • Next by thread: 100 rows and 100 columns random matrix