Resolve polynomial equations
These instructions will get you a copy of the project up and running on your local machine
Be sure to have Ruby >= 2.5.1 and install the colorize
gem
gem install colorize
The script is a single Ruby file. Just launch it with Ruby like this:
$ ruby computor.rb "5 * X^0 + 4 * X^1 - 9.3 * X^2 = 1 * X^0"
$ ruby computor.rb tests
- Castres Maxime - Initial work - Mcastres