MathGroup Archive 2008

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

Search the Archive

Re: Controlling the order of evaluations

  • To: mathgroup at smc.vnet.net
  • Subject: [mg93097] Re: Controlling the order of evaluations
  • From: Peter Breitfeld <phbrf at t-online.de>
  • Date: Sun, 26 Oct 2008 01:28:08 -0500 (EST)
  • References: <gdms84$en$1@smc.vnet.net> <gdrq39$mho$1@smc.vnet.net>

Jens-Peer Kuska schrieb:
> Hi,
>
> f[x_?NumericQ, y_?NumericQ] := NIntegrate[2^(s*x), {s, 0, y}]
>
> Plot[f[x, #] & /@ {2, 3, 4, 5}, {x, 0.5, 1.5}, Evaluated -> True]
>
> ??
>
> Regards
>    Jens
>

to increase my knowledge about Mathematica I looked in the
documentation to find information about the Evaluated option. I
seems it is nowhere described. The only thing I found out is, that
usually it is set to Automatic by default.

Can you tell me what it does exactly? Is setting it to true the same
as writing Plot[Evaluate[...],{...}]?

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


  • Prev by Date: PrintTemporary
  • Next by Date: Re: Export ListPlots using PlotMarkers to .pdf
  • Previous by thread: Re: Controlling the order of evaluations
  • Next by thread: Re: my Mathematica file was corrupted ! help !