Re: Exporting a found maximum to a variable: GOT IT !
- To: mathgroup at smc.vnet.net
- Subject: [mg49194] Re: Exporting a found maximum to a variable: GOT IT !
- From: jblumens at oeb.harvard.edu (Justin Blumenstiel)
- Date: Wed, 7 Jul 2004 01:42:28 -0400 (EDT)
- References: <jlivejtr1kh4@legacy>
- Sender: owner-wri-mathgroup at wolfram.com
Actually, I found the answer on this forum searching under
"FindMinimum". Sorry for the trouble.
J
On 5 Jul 04 16:57:26 -0400 (EDT), Justin Blumenstiel wrote:
>Hi there,
>
>I am writing a program which requires iterating through a function
and
>asking Mathematica to repeatedly find a maximum. I would then like to
>pass the value of the variable which maximized my function to another
>variable to perform subsequent calculations. Any idea how to do this
?
>
>Specifically, I don't know how to parse this output:
>
>{52969.7, {Uf -> 23.0151}}
>
>to obtain the value Uf. Suggestions ?
>
>
>Thanks,
>
>Justin