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