摘要
(* Source code written in Mathematica 6.0, by Steve Byrnes, 2012. I release this code into the public domain. *)
frameticks = {-.25, 0, .25, .5, .75, 1, 1.25};
plot1 = Table[
Show[ListPlot[
Table[{Re[(1 + I*Pi/(3 n))^m], Im[(1 + I*Pi/(3 n))^m]}, {m, 0, n}],
Joined -> True, PlotMarkers -> Automatic,
PlotRange -> {{-.3, 1.1}, {-.3, 1.1}}, AxesOrigin -> {0, 0},
Frame -> True, FrameLabel -> {"Real part", "Imaginary part"},
FrameTicks -> {{frameticks, None}, {frameticks, None}},
Frame -> True, PlotLabel -> "n = " <> ToString[n],
LabelStyle -> Medium, AspectRatio -> Automatic],
ParametricPlot[{Sin[t], Cos[t]}, {t, 0, 2*Pi},
PlotStyle -> Directive[Gray, Dashed]]],
{n, {1, 2, 3, 4, 5, 10, 20, 50, 100}}];
SetDirectory["C:\\Users\\Steve\\Desktop"];
Export["test.gif", plot1, "DisplayDurations" -> {2}, "AnimationRepititions" -> Infinity, ImageSize -> 200];
授權條款
我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
|
此檔案在創用CC CC0 1.0 通用公有領域貢獻宣告之下分發。
|
在此宣告之下分發本作品者,已依據各國著作權法,在全世界放棄其對本作品所擁有的著作權及所有相關相似的法律權利,從而將本作品貢獻至公有領域。您可以複製、修改、分發和演示該作品,用於任何商業用途,所有這些都不需要請求授權。
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse
|