Chemical Reactions
Chemical Reactions
Out[]=
A describes how molecular entities interact with each other. The heart of chemistry is the study of chemical reactions and the daily focus of many chemists the world over.
Build the chemical reaction for the combustion of ethylene:
In[]:=
ChemicalReaction,->,
Out[]=
ChemicalReaction
Create a chemical reaction from a string:
In[]:=
ChemicalReaction["Na(s) + H2O(l) -> NaOH(s) + H2(g)"]
Out[]=
ChemicalReaction
Balance a reduction-oxidation (redox) reaction:
In[]:=
redox=ReactionBalance["HIO3 + FeI2 + HCl -> FeCl3 + ICl + H2O"]
Out[]=
ChemicalReaction
In[]:=
redox["ReactantCounts"]redox["ProductCounts"]
Out[]=
5,4,25
Out[]=
4,13,15
The properties of the chemical reaction for the formation of water from oxygen and hydrogen:
Out[]=
Property | Value |
Reactants | |
ReactantCounts | |
ReactantCount | 2 |
Products | |
ProductCounts | |
ProductCount | 1 |
ReactionRule | |
ReverseReaction | ChemicalReaction |
Equation | H 2 O 2 H 2 |
EquationString | H2 + O2 ⟶ H2O |
Out[]=