回最上方
回首頁 MAPLE作業 數學教材教法網站 有關MAPLE的連結 寄信給我  
我做網頁的工具 苗栗縣立致民國中  

   

七月二十日作業
4.Construct an animated gif file showing the formation of the astroid.
按我看解答
 

 

Maple作業
7/04
7/06
7/11
7/13
7/18
7/20
7/25
7/27
8/01
8/03
8/08
8/10

> restart:

> with(plots):

Warning, the name changecoords has been redefined

> a1:=plot([4*cos(t),4*sin(t),t=0..2*Pi],scaling=constrained,color=pink,
axes=none):

> a2:=animate([3*cos(t)-cos(s),3*sin(t)-sin(s),s=0..2*Pi],t=0..2*Pi,scaling=constrained,color=red,axes=none,
frames=50,thickness=2):

> x1:=3*cos(t)-cos(3*t):y1:=3*sin(t)+sin(3*t):

> a3:=animate([(1-s)*3*cos(t)+s*x1,(1-s)*3*sin(t)+s*y1,s=0..1],t=0..2*Pi,scaling=constrained,color=blue,
axes=none,frames=50):

> a4:=plot([x1,y1,t=0..2*Pi],scaling=constrained,color=yellow,axes=none):

> display(a1,a2,a3,a4);

[Maple Plot]