 
 ![Problem 1 : Let   g (x, y) = (x^2 + y^2)/(x^4 + y^4)  (a) Calcu ... ;the  region  x∈[-100, 100],   y∈[-200, 200] . ](HTMLFiles/index_2.gif) 
In[7]:=
 ![f1[x_, y_] := (x^2 + y^2)/(x^4 + y^4)](HTMLFiles/index_3.gif) 
  
In[8]:=
 ![∂_x f1[x, y] Simplify[%]](HTMLFiles/index_5.gif) 
Out[8]=
  
Out[9]=
  
In[13]:=
 ![∂_ (x, y) f1[x, y]  Simplify[%]](HTMLFiles/index_8.gif) 
Out[13]=
  
Out[14]=
  
  
In[16]:=
 ![Limit[Limit[f1[x, y], x∞], y∞]](HTMLFiles/index_12.gif) 
Out[16]=
  
 ![(c) Draw a graph of the function  f (x, y)   in  the  region  x∈[-1, 1],   y∈[-1, 1] . ](HTMLFiles/index_14.gif) 
In[22]:=
 ![Plot3D[f1[x, y], {x, -1, 1}, {y, -1, 1}]](HTMLFiles/index_15.gif) 
 ![[Graphics:HTMLFiles/index_16.gif]](HTMLFiles/index_16.gif) 
Out[22]=
  
In[23]:=
 ![RowBox[{f1, [, RowBox[{1000, ,, 1000.}], ]}]](HTMLFiles/index_18.gif) 
Out[23]=
  
  
In[24]:=
  
Out[24]=
  
In[25]:=
 ![N[∫_1^2∫_1/y^yx^yxy, {10, 10} ]](HTMLFiles/index_23.gif) 
Out[25]=
  
In[26]:=
 ![NIntegrate[∫_1/y^yx^yx, {y, 1, 2}, AccuracyGoal10]](HTMLFiles/index_25.gif) 
Out[26]=
  
 ![RowBox[{1.07192, }]](HTMLFiles/index_27.gif) 
Created by Mathematica (February 11, 2008)