~johanvandegriff/Stoichiometry

Java project that balances reactions and computes grams/moles. Includes fractional equation solver.
more command-line options; export to jar file
c7f71f7b — johanvandegriff 7 years ago
added charge balancing

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~johanvandegriff/Stoichiometry
read/write
git@git.sr.ht:~johanvandegriff/Stoichiometry

You can also use your local clone with git send-email.

#Stoichiometry

Java project that balances reactions and computes grams/moles.

#Main Features

#Support Features

Sample output of the program:

+---------+----------+----------+--------+----------+
|         |   2 H2   |    O2    |   =>   |  2 H2O   |
+---------+----------+----------+--------+----------+
|  g/mol  |  2.016   |  31.998  |        |  18.015  |
+---------+----------+----------+--------+----------+
|   mol   |   6.0    |   3.0    |        |   6.0    |
+---------+----------+----------+--------+----------+
|    g    |  12.096  |  95.994  |        |  108.09  |
+---------+----------+----------+--------+----------+