多语言展示
当前在线:832今日阅读:167今日分享:16

如何用mathematica获取载人航天任务特性数据?

下面介绍如何使用mathematica获取载人航天任务的特性数据的具体操作方法。
工具/原料

mathematica11

方法/步骤
1

获取载人航天任务MercuryRedstone3的    发射日期:在Mathematica的命令行中,输入MannedSpaceMissionData[ Entity['MannedSpaceMission', 'MercuryRedstone3'], 'LaunchDate'],然后按Enter+Shift

2

获取载人航天任务Apollo14 的发射日期:在Mathematica的命令行中,输入MannedSpaceMissionData[Entity['MannedSpaceMission', ' Apollo14 '], 'LaunchDate'],然后按Enter+Shift

3

获取载人航天任务MercuryRedstone3的行驶距离:在Mathematica的命令行中,输入MannedSpaceMissionData[Entity['MannedSpaceMission', 'MercuryRedstone3'],     'DistanceTraveled'    ],然后按Enter+Shift

4

获取载人航天任务'Apollo16'的登月日期:在Mathematica的命令行中,输入MannedSpaceMissionData[ Entity['MannedSpaceMission', 'Apollo16'], 'LunarLandingDate'],然后按Enter+Shift

5

获取载人航天任务MercuryRedstone3的运载火箭:在Mathematica的命令行中,输入MannedSpaceMissionData[ Entity['MannedSpaceMission', 'MercuryRedstone3'], 'LaunchVehicle'],然后按Enter+Shift

6

获取载人航天任务Apollo16的运载火箭:在Mathematica的命令行中,输入MannedSpaceMissionData[Entity['MannedSpaceMission', 'Apollo16'],'RadiantDeclination'],然后按Enter+Shift

推荐信息