数学实验三(mathematica)在一个坐标系做多张图

多个函数图像在一个坐标系里的实现 一.题目: 做sin(cx)图像,c取不同值说明其对函数影响 二.代码: t1 = Plot[Sin[x], {x, -10, 10}, PlotStyle -> RGBColor[0, 1, 0]] t2 = Plot[Sin[2 y], {y, -10, 10}, PlotStyle -> RGBColor[1, 0, 0]] t3 = Plot[Sin[3
相关文章
相关标签/搜索