📄 ma-sinc.ma
字号:
sinc [x_] := Sin[Pi x]/(Pi x);wind[x_, n_Integer]:= (Pi x)/(2 n Tan[(Pi x)/(2 n)]);muir[x_, n_Integer]:= Sin[Pi x]/(2 n Tan[(Pi x)/(2 n)]);ps[n_Integer]:=Plot [sinc [x], {x,-n,n},PlotStyle->{Thickness[0.01]},PlotRange->{-0.25,1.05},Frame->True];pw[n_Integer]:=Plot [wind [x,n],{x,-n,n},PlotStyle->{Thickness[0.01]}];pm[n_Integer]:=Plot [muir [x,n],{x,-n,n},PlotStyle->{Thickness[0.01]},PlotRange->{-0.25,1.05},Frame->True];Show[GraphicsArray[{{ps[2],pw[2],pm[2]}, {ps[6],pw[6],pm[6]}}]];Display["junk_ma.eps",%,"EPS",ImageSize->648];
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -