Questions on the use of Gröbner basis techniques in Mathematica.

learn more… | top users | synonyms

5
votes
1answer
132 views

How to express the original ideal elements in the Groebner basis?

Suppose I call GroebnerBasis[{f1, f2, ...}, {x1,x2, ...}] The output is a list {g1,g2,...} For each $g_j$, there should be ...
9
votes
1answer
285 views

Gröbner basis on a particular set of equations

This question is very similar in gist to equation solving with GroebnerBasis, but hopefully when I say that I make the system a little larger I mean little. I have ...
5
votes
2answers
233 views

Equation solving with GroebnerBasis

I have a system of quadratic equations defined below ...
7
votes
1answer
147 views

GroebnerBasis without specifying variables

All the examples in the Mathematica documentation specify that the syntax for the GroebnerBasis command is ...