MathGroup Archive 2000

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

Search the Archive

Select Output of FindMinimum

  • To: mathgroup at smc.vnet.net
  • Subject: [mg25658] Select Output of FindMinimum
  • From: "Philipp Gunz" <gunz at treangeli.at>
  • Date: Wed, 18 Oct 2000 02:52:28 -0400 (EDT)
  • Organization: Vienna University, Austria
  • Sender: owner-wri-mathgroup at wolfram.com

Im having troubles selecting the output of the FindMinimum-Function:

minimize =
  FindMinimum[(neupunkte[[1]] - splinespec[u]).(neupunkte[[1]] -
          splinespec[u]), {u, 0.0001, splinespec[[2, 2]]}, Compiled -> True]

OUT: {0.00138329, {u -> 1.88935}}

What I need for further calculations is the value of u ... and I don´t know
how to extract that information.

Yours

Philipp Gunz




  • Prev by Date: machine size real number
  • Next by Date: Bugs in Abs and Sign !?
  • Previous by thread: Re: machine size real number
  • Next by thread: Re: Select Output of FindMinimum