下面介绍如何使用mathematica获取系外行星的特性数据的具体操作方法。
工具/原料
mathematica11
方法/步骤
1
获取系外行星Kepler11e的质量:在Mathematica的命令行中,输入ExoplanetData[Entity['Exoplanet', 'Kepler11e'], 'Mass'],然后按Enter+Shift
2
获取系外行星Kepler11e 与地球的距离:在Mathematica的命令行中,输入ExoplanetData[Entity['Exoplanet', 'Kepler11e'], 'DistanceFromEarth'],然后按Enter+Shift
3
获取系外行星Kepler11e与太阳的距离:在Mathematica的命令行中,输入ExoplanetData[Entity['Exoplanet', 'Kepler11e'], 'DistanceFromSun'],然后按Enter+Shift
4
获取系外行星Kepler11e的 发现年份:在Mathematica的命令行中,输入ExoplanetData[Entity['Exoplanet', 'Kepler11e'], 'DiscoveryYear'],然后按Enter+Shift
5
获取系外行星Kepler11e的轨道周长:在Mathematica的命令行中,输入ExoplanetData[Entity['Exoplanet', 'Kepler11e'], 'OrbitCircumference'],然后按Enter+Shift
6
获取系外行星Kepler11e的表面积:在Mathematica的命令行中,输入ExoplanetData[Entity['Exoplanet', 'Kepler11e'], 'SurfaceArea'],然后按Enter+Shift