Re: Maximize
- To: mathgroup at smc.vnet.net
- Subject: [mg12887] Re: Maximize
- From: Cyril Fischer <fischerc at itam.cas.cz>
- Date: Wed, 24 Jun 1998 03:44:12 -0400
- Organization: Academy of Sciences CR, ITAM, Prosecká 76, Praha 9, CZ-190 00
- References: <6m7hcr$h2e@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
This works well for me:
FindMinimum[ -F[x,y],{x,x0}, {y,y0} ]
Cyril Fischer
Lane Alencar wrote:
> I'd like to ask you the easiest way to find the point that maximizes a
> non-linear function using Mathematica. It's a function of 2 parameters
> varying in [0,1]x[0,1].
> Thank you in advance.
> Lane