Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Calculate data related to physical quantities
ResourceFunction["PhysicalQuantityData"][] lists every physical quantity. | |
ResourceFunction["PhysicalQuantityData"][physicalquantity, property] calculates the value of the property for physicalquantity. |
Find the SI base unit for magnetic inductance:
| In[1]:= |
| Out[1]= |
Compute extensive and intensive properties of the SI base quantities:
| In[2]:= |
| In[3]:= |
| Out[3]= | ![]() |
Select intensive values:
| In[4]:= | ![]() |
| Out[4]= |
Get the base units:
| In[5]:= |
| Out[5]= |
Find instances of time:
| In[6]:= |
| Out[6]= | ![]() |
Display the instances as a column of strings:
| In[7]:= |
| Out[7]= | ![]() |
Display instances of mass in a column:
| In[8]:= |
| Out[8]= | ![]() |
Display instances of length:
| In[9]:= |
| Out[9]= | ![]() |
Get a random sample of 100 physical quantities out of all physical quantities:
| In[10]:= |
| Out[10]= | ![]() |
Search for all names with "induct":
| In[11]:= | ![]() |
| Out[11]= | ![]() |
Find the units of each quantity with the name induct:
| In[12]:= | ![]() |
| Out[12]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License