We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8489a46 commit 46959e0Copy full SHA for 46959e0
README.md
@@ -0,0 +1,23 @@
1
+MapleBinomials (a Maple Package for Binomial Ideals)
2
+Authors: Alexandru Iosif and Hamid Rahkooy
3
+
4
5
6
+Main Functions:
7
8
+1) monomialCoefficient
9
+This procedure takes a polynomial f and it returns the coefficient of the monomial m in with respect to the variables variables.
10
11
+2) coefficientsMatrix
12
+This procedure takes a list of polynomials and outputs the matrix C of coefficients of the polynomial list.
13
14
+3) isBinomial
15
+This procedure checks binomiality of an ideal (here binomial means no monomials are in the ideal).
16
17
+4) isBinomialGroebner
18
+This procedure tests binomiality using a Groebner Basis.
19
20
21
22
+Bibliography:
23
+[CK15] Conradi, Kahle. Detecting Binomiality, 2015.
0 commit comments