![]() |
![]() |
||||||||||||||||||
![]() |
![]() |
||||||||||||||||||
|
1.Construct this pretty flower |
|||||||||||||||||||
|
|
|||||||||||||||||||
Construct the circles with center at
(cos(t),sin(t)) and and passing through (2cos(t)/3+cos(2t)/3,2sin(t)/3-sin(2t)/3)
with t > restart: > x:=cos(t): > y:=sin(t): > r:=((x-2*cos(t)/3-cos(2*t)/3)^2+(y-2*sin(t)/3+sin(2*t)/3)^2)^(1/2); > m:=[x+r*sin(s), y+r*cos(s), s=-Pi..Pi]: > t:=n*Pi/50: > plot([m$n=1..100],color=red,axes=none,scaling=constrained); 此題題目錯了, 若照原來題目則答案如 下: Construct the circles with center at
(cos(t),sin(t)) and and passing through (2cos(t)/3+cos(2t)/3,2sin(t)/3+sin(2t)/3)
with t
> restart: > x:=cos(t): > y:=sin(t): > r:=((x-2*cos(t)/3-cos(2*t)/3)^2+(y-2*sin(t)/3-sin(2*t)/3)^2)^(1/2); > m:=[x+r*sin(s), y+r*cos(s), s=-Pi..Pi]: > t:=n*Pi/50: > plot([m$n=1..100],color=red,axes=none,scaling=constrained);
|
|||||||||||||||||||