Library for representing and operating abstract algebraic concepts
This is a project that aims to provide some wrapper classes for algebraic mathematical concepts. At the moment it includes the Monomial and Polynomial classes for general calculus. The library is currently in expansion. Any feedback is much appreciated!
The library comes with a Terminal client for Linux and Windows capable of using the header files to do some operations with polynomials, capable even to draw them in the Cartesian plane! More informartion regarding the terminal client is found at the docs.
The dependencies are listed in the ./third_party/dependencies file.