多语言展示
当前在线:1386今日阅读:2今日分享:38

如何使用mathematica计算月亮相位?

下面介绍如何使用mathematica计算月亮相位(月相)的详细方法。
工具/原料

Mathematica11

方法/步骤
1

计算本地区现时的月亮相位数值:在mathematica命令行中,输入MoonPhase[],然后按Enter+Shift,得到所要的结果

2

计算本地区现时的月亮相位图像:在mathematica命令行中,输入MoonPhase['Icon'],然后按Enter+Shift,得到所要的结果

3

计算过去在某个时间点的月亮相位数值:在mathematica命令行中,输入MoonPhase[DateObject[{2000, 3, 2, 0, 0}]],然后按Enter+Shift,得到所要的结果

4

计算过去在某个时间点的月亮相位图像:在mathematica命令行中,输入MoonPhase[DateObject[{2000, 3, 2, 0, 0}] ,'Icon'],然后按Enter+Shift,得到所要的结果

5

计算未来在某个时间点的月亮相位数值:在mathematica命令行中,输入MoonPhase[DateObject[{2025, 3, 20, 0, 0}]],然后按Enter+Shift,得到所要的结果

6

计算未来在某个时间点的月亮相位图像:在mathematica命令行中,输入MoonPhase[DateObject[{2025, 3, 20, 0, 0}] ,'Icon'],然后按Enter+Shift,得到所要的结果

推荐信息