3

Are there any software to computer resultant for a system of equations (more than 2) with more than 2 variables?

flag
Fermat should do this home.bway.net/lewis And I think Magma can too, via either eliminating variables sequentially, or possibly with EliminationIdeal. They have an online calculator, if the problem is not too bulky. – Junkie Mar 8 2012 at 4:04
Junkie, IMHO the question is about multivariate resultant, rather than about how to eliminate variables in general. – Dima Pasechnik Mar 8 2012 at 4:20
If you mean multivariate polynomial resultant, then the best method is the Dixon Resultant (going back to Bezout). There is an expository article here: fordham.academia.edu/RobertLewis/Papers This is for exact symbolic computation. It probably won't work if there are more than, say, 10 equations. – rhlewis Mar 8 2012 at 13:56

2 Answers

1

Maple will do it.

http://www.maplesoft.com/support/help/AddOns/view.aspx?path=Algebraic/Resultant

You can also do it in C, or Matlab with MARS:

http://gamma.cs.unc.edu/MARS/

link|flag
Maple's docs say it's for resultant of two polynomials with coefficients being algebraic numbers. Looks a bit different from the original question to me. – Dima Pasechnik Mar 8 2012 at 4:18
1

Singular and Macaulay2 do it according to the documentation, though I haven't personally tried using either of them for this purpose. They are likely to be faster than Maple; I don't know about MARS.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.