MathGroup Archive 2003

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

Search the Archive

Problems with Evaluate[]

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43612] Problems with Evaluate[]
  • From: Lars Nagel <lars.nagel at stud.tu-muenchen.de>
  • Date: Tue, 23 Sep 2003 04:02:12 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello all. I want to evaluate a function in Mathematica 4.0.

sigma = 2;
x = -0.5;
result = CDF[NormalDistribution[0, sigma], x];
Print[result];

I get the formula back, but I want a number. I tried Evaluate[...], but 
it did not work. Maybe you can help me.
Thanks in advance,
Lars


  • Prev by Date: Re: Forcing a Fit through a Data Point (Mathematica 5)
  • Next by Date: how does Decompose work?
  • Previous by thread: Re: Forcing a Fit through a Data Point (Mathematica 5)
  • Next by thread: how does Decompose work?