4.2 參數曲線的動畫

例 4.2.1 作出橢圓 x=3cost, y=2sint 的動畫。 解 輸入以下命令: with(plots): x:=3* cos(t):y:=2* sin(t): a:=0: b:=2* Pi: K:=30: for i from 1 to K do ti:=a+i*(b-a)/K: M[i]:=plot([x(t), y(t), t=a…ti], thickness=2) od: disp
相關文章
相關標籤/搜索