SunQpark / Multivariate_Polynomials

Class definition of Polynomial with multiple variables with overloaded operations. Incomplete implementation of Buchberger's algorithm to find Groebner's basis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multivariate_Polynomials

Class definition of Polynomial with multiple variables with overloaded operations. Incomplete implementation of Buchberger's algorithm to find Groebner's basis can be compiled with command 'g++ main.cpp -o main -lgmp -lgmpxx'

Requirements

GMP

About

Class definition of Polynomial with multiple variables with overloaded operations. Incomplete implementation of Buchberger's algorithm to find Groebner's basis


Languages

Language:C++ 100.0%