Re: Select Output of FindMinimum
- To: mathgroup at smc.vnet.net
- Subject: [mg25679] Re: Select Output of FindMinimum
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 19 Oct 2000 04:35:10 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <8sjj52$fti@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
u /. minimize[[2]] ?
Regards
Jens
Philipp Gunz wrote:
>
> 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