Hacker News new | ask | show | jobs
by sgdpk 771 days ago
Does this handle elimination of variables in a polynomial system (using an eliminating order for Groebner basis)?
1 comments

Author here: you can generate the Groebner basis in lex order or compute a resultant, but it doesn't automatically backsubstitute the system at the moment. This is mostly because I haven't committed yet to a format to describe roots of polynomials. It's on the todo list though :)
Thank you for replying! The project seems promising, I'll follow with interest. Hope it goes well :)