软件Mathematica.pptVIP

  • 10
  • 0
  • 约1.55万字
  • 约 53页
  • 2017-04-02 发布于江苏
  • 举报
软件Mathematica

2题函数表达式: (1) In[10]:= ImplicitPlot[x^4+y^3-1==0,{x,-1.5,1.5}] (2) In[11]:= ImplicitPlot[x^4+y^4-6*x*y^3+8*x^2*y==0,{x,-6,6}] (3) In[12]:= ImplicitPlot[x^4+y^4-8*x^2-10*y^2+16==0,{x,-6,6}] (4) In[13]:= ImplicitPlot[y^2-x*(x-1)*(x-2)==0,{x,0,3}] 3题函数表达式: (1) In[14]:= ParametricPlot[{3*t/(1+t^3),3*t^2/(1+t^3)},{t,-6,6}] (2) In[15]:= ParametricPlot[{Exp[-t]*(1-t+t^2),Exp[t] Log[1+t]},{t,0,4}] (3) In[16]:= ParametricPlot[{2 t-3*Sin[t],2-3*Cos[t]},{t,-Pi,3*Pi}] (4) In[17]:= ParametricPlot[{7.25*Cos[t]-0.9 Cos[29/9*t],7.25 Sin[t]-0.9 Sin[29/9*t]},{t,0,18*Pi}] 4题函数表达式: (1

文档评论(0)

1亿VIP精品文档

相关文档