0

Varieties decompose uniquely into finitely many irreducibles, and each variety is generated by only finitely polynomials. These two finiteness properties make varieties seemingly "manageable" objects, and leads me to the question:

Can a computer, given a variety (finite set of polynomials) produce a list of its irreducible components (finite set of finite sets of polynomials) in finite time?

flag

1 Answer

2

This is just about primary decomposition! There are several CAS which can do that, for example Singular.

link|flag
Thanks, do you know if Mathematica has such a function? – Justin Oct 25 2009 at 12:23
I don't know Mathematica because I hate this Sin[] notation and so on :) Maple can do primary decompositions in polynomial rings (theoretically, I never used this). I think Sage just uses the interface to Singular. – S1 Oct 25 2009 at 12:41
1 
Magma can do it too. – Qiaochu Yuan Oct 25 2009 at 13:36
1 
As can Macaulay2. – Graham Leuschke Oct 25 2009 at 15:10

Your Answer

Get an OpenID
or

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