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

来源:学生作业学帮网 编辑:学帮网 时间:2024/06/30 08:50:26

在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]}]