Skip to content

A c++ library for representing and operating abstract algebraic concepts

License

Notifications You must be signed in to change notification settings

TheWisker/EMath

Repository files navigation

C++ Equation Math Library

Library for representing and operating abstract algebraic concepts

Introdution

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!

Terminal Client

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.

Dependencies

The dependencies are listed in the ./third_party/dependencies file.

Screenshots

Main menu

Operation menu

Root finding operation

Cartesian plane representation

Documentation

https://thewisker.github.io/EMath

Author

TheWisker