Skip to content

Commit 46959e0

Browse files
Create Readme.md
1 parent 8489a46 commit 46959e0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)