Selection of roots

Alejandro Jakubi <[email protected]> Thu, 30 Oct 2008 10:39:01 -0300
Newsgroups gmane.comp.mathematics.axiom.general
Message-ID <Pine.WNT.4.64.0810301036010.2008@usuario-de5f78f>
I wonder how it is done in Axiom the selection of roots of a polynomial 
with some property. As in this example, select the positive roots out of 
the list of three roots generated by:

radicalSolve(p^3-p+1/10=0,p)

Alejandro Jakubi