Aleovas / MathLib

A java library providing tools for parsing and manipulating polynomials.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MathLib

This is a simple library that uses regular expressions in order to parse polynomials as a proof-of-concept for the use of regular expressions for parsing restricted patterns of text in a similar vein to natural language processing. This library also provides certain functions for basic manipulation of polynomials (e.g. addition, subtraction, multiplication, division, factoring, and substitution) and also currently provides rudimentary support for parsing more complex mathematical expressions

About

A java library providing tools for parsing and manipulating polynomials.


Languages

Language:Java 100.0%