SI Brochure Data

Source Notebook

Data from the SI Brochure published by the BIPM

(2 columns, 7 rows)

Examples

Basic Examples (3) 

Retrieve the data for the defining constants of the SI:

In[1]:=
ResourceData[\!\(\*
TagBox["\"\<SI Brochure Data\>\"",
#& ,
BoxID -> "ResourceTag-SI Brochure Data-Input",
AutoDelete->True]\)]
Out[1]=

Find the units for the constants:

In[2]:=
ResourceData[\!\(\*
TagBox["\"\<SI Brochure Data\>\"",
#& ,
BoxID -> "ResourceTag-SI Brochure Data-Input",
AutoDelete->True]\)][All, "unit"]
Out[2]=

Retrieve coherent derived units whose names and symbols include SI coherent derived units with special names and symbols:

In[3]:=
ResourceData[\!\(\*
TagBox["\"\<SI Brochure Data\>\"",
#& ,
BoxID -> "ResourceTag-SI Brochure Data-Input",
AutoDelete->True]\), "coherent-derived-units-whose-names-and-symbols-include-SI-coherent-derived-units-with-special-names-and-symbols"]
Out[3]=

Analysis (3) 

Find coherent derived units composed of watts:

In[4]:=
ResourceData[\!\(\*
TagBox["\"\<SI Brochure Data\>\"",
#& ,
BoxID -> "ResourceTag-SI Brochure Data-Input",
AutoDelete->True]\), "coherent-derived-units-whose-names-and-symbols-include-SI-coherent-derived-units-with-special-names-and-symbols"][
 Select[Function[arg, StringContainsQ[arg["name-of-coherent-derived-unit"], "watt"]]]]
Out[4]=

Add quantities to the dataset for constants:

In[5]:=
SIDefiningConstantsDatasetWithQuantitiesAdded = Dataset[AssociationThread[Normal@ResourceData[\!\(\*
TagBox["\"\<SI Brochure Data\>\"",
#& ,
BoxID -> "ResourceTag-SI Brochure Data-Input",
AutoDelete->True]\)][Keys] -> Join @@@ Transpose[{Normal@ResourceData[\!\(\*
TagBox["\"\<SI Brochure Data\>\"",
#& ,
BoxID -> "ResourceTag-SI Brochure Data-Input",
AutoDelete->True]\)][Values], Association /@ Thread[ConstantArray["quantity-unit", 7] -> Quantity /@ {"Hertz", "Meters" ("Seconds")^-1, "Joules" "Seconds", "Coulombs", "Joules" ("Kelvin")^-1, (
            "Moles")^-1, "Lumens" ("Watts")^-1}]}]]]
Out[5]=

Retrieve the quantities:

In[6]:=
Normal@Values@
  SIDefiningConstantsDatasetWithQuantitiesAdded[All, "quantity-unit"]
Out[6]=

Peter Burbery, "SI Brochure Data" from the Wolfram Data Repository (2022)  

Data Resource History

Source Metadata

See Also

Publisher Information