I have now a series of commits, see > https://github.com/hemmecke/fricas/commits/poly
Interestingly, I could solve the problem with FMCAT, by just rewriting the implementation of totalDegree (which does not explain to me why the original didn't work). https://github.com/hemmecke/fricas/commit/991b9226d275852a00b7bb5d14fc13eea1843945 I went on and rewrote the Groebner(Internal)Package not to use VarSet anymore. That led to some adaptation of the GroebnerPackage call in other places. Can someone please review those patches. I'd like to get them (after cleaning of course) to get into FriCAS. Thanks Ralf PS: While searching for Groebner, I realized that we have something like GroebnerWalk although it seems to be called LinGroebnerPackage. I haven't yet deeply looked into it, but there should be the term "Groebner Walk" appearing somewhere if LinGroebnerPackage is really an implementation of that algorithm. Otherwise people claim that FriCAS doesn't have GroebnerWalk. PS2: There is other Groebner-related machinery that also might be generalizable to do without variable names. -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
