Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Transform a unit into a product of constants
ResourceFunction["SIConstantConvert"][unit] transforms unit into a product of the seven SI defining constants. | |
ResourceFunction["SIConstantConvert"][quantitydistribution] transforms quantitydistribution into a quantity distribution with units that are the product of the seven SI defining constants. |
Convert the height of the Empire State building to a combination of physical constants:
In[1]:= |
Out[1]= |
Transform the seven SI base units into products of constants:
In[2]:= |
Out[2]= |
In[3]:= |
Out[3]= |
Fit a model to data with units:
In[4]:= |
Convert the distribution to a form with the SI constants:
In[5]:= |
Out[5]= |
Transform the 22 SI derived units with special names to products of constants:
In[6]:= |
Out[6]= |
In[7]:= |
Out[7]= |
Transform physical quantities expressed in derived units with only the seven base units to products of constants:
In[8]:= |
Out[8]= |
In[9]:= |
Out[9]= |
Transform SI coherent derived units whose names and symbols include coherent derived units with special names and symbols to products of constants:
In[10]:= |
Out[10]= |
In[11]:= |
Out[11]= |
Estimate the distribution of the daily mean temperature in Chicago in the summer of 2015:
In[12]:= |
Out[12]= |
In[13]:= |
Out[13]= |
Fit the distribution to PERTDistribution:
In[14]:= |
Out[14]= |
Check goodness of fit:
In[15]:= |
Out[15]= |
Find the estimated distribution for temperature with the SI constants:
In[16]:= |
Out[16]= |
Find the mean and standard deviation:
In[17]:= |
Out[17]= |
In[18]:= |
Out[18]= |
Compare the variance and trimmed variance:
In[19]:= |
Out[19]= |
In[20]:= |
Out[20]= |
Find the first five moments:
In[21]:= |
Out[21]= |
Convert all instances of physical quantities in the SI Brochure to products of constants:
In[22]:= |
In[23]:= |
Out[23]= |
Transform units with angles:
In[24]:= |
Out[24]= |
This work is licensed under a Creative Commons Attribution 4.0 International License