How find the max value of the one 3D function in a interval?
- To: mathgroup@smc.vnet.net
- Subject: [mg11819] How find the max value of the one 3D function in a interval?
- From: Fernando Marcos Santana Barreto <barreto@fec.unicamp.br>
- Date: Tue, 31 Mar 1998 02:28:37 -0500
I have one function w[x_,y_] := Sin[x]*Cos[y]; and I need to get the max value of the function in a determinate interval for example {x,0,1},{y,-1,0} How can I do that?