Sergei NOVOZHILOV

Results 1 issues of Sergei NOVOZHILOV

Hi, is there a way to reduce a polynomial by a Groebner basis? Say, I have ``` using Groebner @polyvar x y basis = Groebner.groebner([x - y, x*y]) p =...