Chemical Conversions
Chemical Conversions
Out[]=
Chemical conversions are a part of nearly every chemical experiment or homework problem. In the Wolfram Language such transformations are done with .
Convert 1.159 grams of aluminum trichloride to millimoles:
ChemicalConvertChemicalInstance,,"Millimoles"
Out[]=
ChemicalInstance,
Conversion factors such as density are utilized when present and labeled with the corresponding physical quantity.
Convert 5.5 mL of water at 80 °C with a density of 0.9718 g/ to grams:
cm3
ChemicalConvertChemicalInstance,<|->,->|>,"Grams"
Volume
MassDensity
Out[]=
ChemicalInstance,,
MassDensity
Mass
The resulting from the conversion can be accessed directly from the object itself.
Use the “Amount” subvalue to find the number of moles:
ChemicalInstance,["Amount"]
Out[]=
ChemicalConvert and the “Quantity” subvalue produce the same results:
ChemicalConvertChemicalInstance,,"Moles"["Quantity"]
Out[]=
Out[]=