Skip to content

Java project that balances reactions and computes grams/moles. Includes fractional equation solver.

License

Notifications You must be signed in to change notification settings

epjane/Stoichiometry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Java project that balances reactions and computes grams/moles. Includes fractional equation solver.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages