Reputation: 21
I want to find a code or general algorithm to calculate the Groebner Basis of polynomials for Octave. I tried this: How do I compute a Groebner Base of a system of equations in Matlab but I get thr following error:
error: strcat: inputs must be strings or cells of strings error: called from strcat at line 105 column 7 test at line 2 column 9
Does the code work only on Matlab? How can I make it work for Octave?
Upvotes: 1
Views: 129