在mathematica中怎么用极坐标画图?

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/28 02:10:14
在mathematica中怎么用极坐标画图?

在mathematica中怎么用极坐标画图?
在mathematica中怎么用极坐标画图?

在mathematica中怎么用极坐标画图?
使用PolarPlot函数即可在极坐标画图,比如:
PolarPlot[Sin[3 t],{t,0,Pi}]
PolarPlot[{1,1 + 1/10 Sin[10 t]},{t,0,2 Pi}]
PolarPlot[{1,1 + 1/10 Sin[10 t]},{t,0,2 Pi},PlotStyle -> {Green,Directive[Dashed,Thick,Orange]}]