Format a two-dimensional grid with a chemical reaction as the column headings
Contributed by:
Wolfram Chemistry
Examples
Basic Examples (3)
Display names and stoichiometric coefficients in a Grid:
Include row labels and use Text to format grid elements as text:
Return the reactants and products as separate grids:
Scope (2)
Build an empty table for the reaction between zinc hydroxide and hydrogen chloride:
An equivalent specification:
Options (6)
DefaultValue (1)
Change the value used by PadRight fill in missing values:
FormulaStyle (1)
Change chemical formula formatting using Style options:
Labels (1)
Change reactant and product labels when "SplitReaction" is True:
Offset (1)
Account for the presence of other columns of information in data by passing in an offset when the length of each row is less than the number of reactants and products:
SplitReaction (1)
Return the reactant and product data as separate grids in a Column:
ReactionArrow (1)
Change the reaction arrow used in the grid header:
Properties and Relations (1)
The reactant and product grids can be extracted with Part:
Neat Examples (1)
Build an ICE table to solve chemical equilibrium problems:
Publisher
WolframChemistry
Requirements
Wolfram Language 13.0
(December 2021) or above
Version History
-
1.1.0
– 15 October 2024
-
1.0.0
– 04 October 2024
Related Resources