minimum of a function
- To: mathgroup at smc.vnet.net
- Subject: [mg75030] minimum of a function
- From: Sven Krueger <Sven-Philip.Krueger at phys.uni-goettingen.de>
- Date: Sat, 14 Apr 2007 01:15:58 -0400 (EDT)
Hi
I also have a question concerning a mathematica problem:
I search the minimum of a function
fmin := FindMinimum[f[x], {x, 0}]
Evaluate[fmin]
I get out for example
{2.4, {x -> 0.2}}
Is it possible to use the result x=0.2 afterwards?
I would like to fix x after getting out the value of x at different
results of fmin.
Thank you for your help
Sven Krüger