<><FONT size=2>请看以下过程:</FONT></P>
<><FONT size=2>In[1]:=A={{5,6,2},{3,9,8},{9,3,3}}<BR>Out[2]={{5,6,2},{3,9,8},{9,3,3}}</FONT></P>
<><FONT size=2> In[3]:=Take[A,Length[A],{1,2}]<BR>Out[4]={{5,6},{3,9},{9,3}}</FONT></P>
<P><FONT size=2> In[5]:=g[x_]:=Take[x,Length[x],{1,2}]<BR> In[6]:=g[A]<BR>Out[7]={{5,6,2}}</FONT></P>
<P><FONT size=2>为什么Out[4]和Out[7]会不一样?请高手帮我一下</FONT></P> |