msolveEliminate(I,elimVars)
This function takes as input a polynomial ideal and computes the elimination ideal given by eliminating the variables specified in the inputted list.
The behavior is very different over finite (prime) fields, and the rationals. Over QQ, the subideal over a smaller set of variables eliminating the given ones is returned. Over a finite field, the Groebner basis in the product order eliminating the given block of variables is returned (warning: this is a copy of the ring with potentially permuted variables).
First an example over the rationals.
|
|
|
|
|
|
We can also work over a finite field. Here we get the full Groebner basis in the permuted variables with a block order.
|
|
|
|
|
|
|
The object msolveEliminate is a method function with options.