📄 linint.ma
字号:
lin[x_ /; Abs[x] <= 1]:= 1-Abs[x];lin[x_ /; Abs[x] > 1] := 0;linf[w_]:=2 Integrate[Cos[w x] (1-x),{x,0,1}];Plot[lin[x], {x, -2, 2}, PlotStyle -> {Thickness[0.01]}, Frame -> True, FrameLabel -> {None, None, "Linear Interpolation: B-1", None}];Plot[linf[w],{w,-2Pi,2Pi},PlotStyle->{Thickness[0.01]}, Frame->True, FrameLabel->{None,None,"Spectrum",None}];Show[GraphicsArray[{%%,%}]];Display["junk_ma.eps",%,"EPS",ImageSize->648];
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -