Java project that balances reactions and computes grams/moles. Includes fractional equation solver.
 
 
Go to file
Johan Vandegriff 95fb77e48f more command-line options; export to jar file 2019-10-11 01:09:32 -04:00
elements ask for input 2019-09-08 05:00:58 -04:00
src more command-line options; export to jar file 2019-10-11 01:09:32 -04:00
LICENSE Initial commit 2016-10-26 14:45:00 -04:00
README.md Update README.md 2016-10-26 15:05:01 -04:00
Stoichiometry.jar more command-line options; export to jar file 2019-10-11 01:09:32 -04:00

README.md

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  |
+---------+----------+----------+--------+----------+