Python Project: Chemical Equation Balancer
- Gavin
- Nov 4, 2018
- 1 min read
Updated: Jan 6, 2019
In this Python project, I designed a function to balance a chemical equation by constructing a matrix based on linear equations that depend on conserving quantities of elements, and row reducing the matrix to solve for the ratio between reactants and products in the reaction.
https://documentcloud.adobe.com/link/track?uri=urn%3Aaaid%3Ascds%3AUS%3Abb218ab2-975e-429d-b5cc-35f18a12eefd

Comments