Re: Using a Result from NMinimize
- To: mathgroup at smc.vnet.net
- Subject: [mg49394] Re: [mg49367] Using a Result from NMinimize
- From: DrBob <drbob at bigfoot.com>
- Date: Sat, 17 Jul 2004 06:39:16 -0400 (EDT)
- References: <200407161006.GAA24894@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
{0.0817747, {rp -> 0.0920851}}
rp/.Last@%
0.0920851
Bobby
On Fri, 16 Jul 2004 06:06:52 -0400 (EDT), Gregory Lypny <gregory.lypny at videotron.ca> wrote:
> Hello Everyone,
>
> When I use NMinimize, it gives the result as the minimum value of the
> function and the value of the argument that gets us there, for example,
>
> {0.0817747, {rp -> 0.0920851}}.
>
> How can I access the second element, that is, the value of the
> argument, so that I can use in other computations. In other words, I
> want get at 0.0920851 and strip away the rp ->.
>
> Regards,
>
> Greg
>
>
--
DrBob at bigfoot.com
www.eclecticdreams.net
- References:
- Using a Result from NMinimize
- From: Gregory Lypny <gregory.lypny@videotron.ca>
- Using a Result from NMinimize