Hello everyone, I'm trying to find the maximum of the following function:
var('x,y')
func(x,y) = x*y - y^2
Is there any way I can find the maximum of that function (func) when 0 < x < 1 and 0 < y < 2 for example?
Thanks in advance :)
| 1 | initial version |
Hello everyone, I'm trying to find the maximum of the following function:
var('x,y')
func(x,y) = x*y - y^2
Is there any way I can find the maximum of that function (func) when 0 < x < 1 and 0 < y < 2 for example?
Thanks in advance :)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.