小提示:需要利用Solve函数
Tips: need to use the solve function
今日的第二个主题:求极值
Today’s second topic: seeking extreme values
In[1]:= f[x_,y_]:=x^2 y^2-12x 16y;t=Solve[{D[f[x,y]= =0,x],D[f[x,y]= =0,y]},{x,y}]
Out[1]= {{x->6,y->-8}} (*驻点*)
In[2]:= x^2 y^2-25/.t[[1]]
Out[2]=75
该驻点在圆外,圆内无驻点,故不取极值。下面考虑圆
上的最值。这是在约束条件