Qurak

Fermi estimate: the energy in a gram of antimatter

工作流 5 步,在同一个会话中按顺序运行。每一步都在引擎上执行过,下面的输出就是它实际产生的。

第 1 步
speedOfLight = 299792458;
antimatterGrams = 1;
annihilationJoules = 2 (antimatterGrams 10^-3) speedOfLight^2
输出
22468879468420441/125
第 2 步
N[annihilationJoules]
输出
1.7975103574736353*^14
第 3 步
hiroshimaBombs = N[annihilationJoules/(6.3 10^13)]
输出
2.8531910436089447
第 4 步
tonsOfTnt = N[annihilationJoules/(4.184 10^9)]
输出
42961.52862030677
第 5 步
usHouseholdYears = N[annihilationJoules/(10800 3.6 10^6)]
输出
4623.22622807005

用到的函数

相关操作示例

全部操作示例 · 函数参考 · 从 MCP 客户端使用