Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 562 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 562 Bytes

ComputorV1

Resolve polynomial equations

Getting Started

These instructions will get you a copy of the project up and running on your local machine

Prerequisites

Be sure to have Ruby >= 2.5.1 and install the colorize gem

gem install colorize

Launch programm

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

Authors

  • Castres Maxime - Initial work - Mcastres