Mathematica里面, 一般的绘制函数图像的号令, 都有响应的三维模式 。 如:Plot和Plot3D, ParametricPlot和ParametricPlot3D, ContourPlot和ContourPlot3D 。 可是, PolarPlot的三维模式是什么?也就是, 平面极坐标的三维模式是什么?谜底是:球坐标 。
文章插图
文章插图
文章插图
文章插图
文章插图
需要这些哦
电脑
Mathematica
方式/
1 球坐标的画图, 用SphericalPlot3D 。
举个例子:
SphericalPlot3D[ 1 + 2 Cos[2 \[Theta]], {\[Theta], 0, Pi}, {\[Phi], 0, 2 Pi}]
文章插图
文章插图
2 画三个齐心半球:
SphericalPlot3D[{1, 2, 3}, {\[Theta], 0, Pi}, {\[Phi], 0, Pi}, PlotPoints -> 30]
文章插图
文章插图
3 再举一例, 此次涉及到复变函数:
SphericalPlot3D[
Re[Sin[\[Theta]] Cos[\[Theta]] Exp[2 I*\[CurlyPhi]]], {\[Theta],
0, \[Pi]}, {\[CurlyPhi], 0, 2 \[Pi]}]
文章插图
文章插图
4 画图时, 去失落坐标轴:
SphericalPlot3D[ 1 + 2 Cos[2 \[Theta]], {\[Theta], 0, Pi}, {\[Phi], 0, 2 Pi}, Axes -> False]
文章插图
文章插图
5 画图时, 去失落外框:
SphericalPlot3D[{1, 2, 3}, {\[Theta], 0, Pi}, {\[Phi], 0, Pi},
PlotPoints -> 30, Boxed -> False]
文章插图
推荐阅读
- 如何使用Excel的HYPERLINK函数批量生成超链接
- AI软件如何快速绘制多角星
- excel使用mid函数提取指定内容
- vlookup函数如何使用
- 怎样在scratch3.0中绘制没有黑色边框色的椭圆
- CAD图纸如何打印出图
- Excel使用MID函数讲解
- 如何绘制一把扇子?
- 做excel表格时,如何利用函数计算总分
- excel如何插入函数