Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Convert a quantity into Planck units
ResourceFunction["PlanckUnitConversion"][quantity] attempts to convert the specified quantity to Planck units. |
Planck Unit | Definition | Value in SI Base Units |
Length | 1.616255(18)*10-35m | |
Mass | 2.176434(24)*10-8kg | |
Time | 5.391247(60)*10-44s | |
Temperature | 1.416784(16)*1032K |
Find how many Planck units 5 farads are equal to:
In[1]:= |
Out[1]= |
See the unit:
In[2]:= |
Out[2]= |
PlanckUnitConversion threads over lists:
In[3]:= |
Out[3]= |
PlanckUnitConversion accepts QuantityArray arguments:
In[4]:= |
Out[4]= |
Express some fundamental constants in Planck units:
In[5]:= |
Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License