Mathematica 之常见图像函数
正余弦函数
Plot[{Sin[x], Sin[2 x], Sin[1/2 x]}, {x, -2 \[Pi], 2 \[Pi]},
Frame -> True]
Plot[{Cos[x], Cos[2 x], Cos[1/2 x]}, {x, -2 \[Pi], 2 \[Pi]},
Frame -> True]
A*Sin[[Omega] t + [Phi]]
Manipulate[
Plot[{A*Sin[\[Omega] t + \[Phi]], A*Cos[\[Omega] t + \[Phi]]},
{t, -\[Pi], \[Pi]}, PlotRange -> 1],
{{\[Omega], 1, "\[Omega]"}, 1, 10},
{{\[Phi], 0, "左右平移\[Phi]"}, -2 \[Pi], 2 \[Pi]},
{{A, 1, "振幅A上下变化"}, -5, 5}]
posted on 2020-06-19 17:11 Indian_Mysore 阅读(387) 评论(2) 收藏 举报
浙公网安备 33010602011771号