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

   

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

 

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([cos(t),sin(t),t=0..2*Pi],scaling=constrained,color=red,axes=none):

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

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

> a3:=animate([(1-s)*2*cos(t)+s*x1,(1-s)*2*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]