Skip to content

4lexKislitsyn/CanonicalForm

Repository files navigation

CanonicalForm

Project to transfomr formula to canonical form, e.g. : x^2+(3.5xy+y)=y^2-(xy + y) -> x^2-y^2+4.5xy+2y = 0

The main idea is to use Reverse Polish notation to move right side to the left.

Supported operations

Supports only add and subtract operations and round brackets.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages