mathematic如何画图

2024-10-13 14:02:29

1、 Plot[f,{x, xmin,xmax]这个是画一个图的命令,其中f是函数,x是自变量,xmin与xmax是区间的范围。

mathematic如何画图

3、如果需要填充图像,可以使用Plot[{Sin[x], Cos[x]}, {x, 0, Pi^2}, Filling -> Bottom]

mathematic如何画图

5、如果需要把定义域内的图像全部显示出来,通过PlotRange如下方式实现。

mathematic如何画图
猜你喜欢