axiom-math
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fricas-devel] Re: [Axiom-math] Selection of roots


From: Martin Rubey
Subject: Re: [fricas-devel] Re: [Axiom-math] Selection of roots
Date: 03 Nov 2008 23:14:30 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Alejandro Jakubi <address@hidden> writes:
> Now, my next question is about selecting the two real roots out of the four
> produced by 'radicalSolve' here:
> 
> f:=(x^3+x^2-4*x-4)/(2*x^2+7*x-4)
> fp:=differentiate(f,x)
> radicalSolve(fp,x)
> 
> The problem is that
> 
> allRootsOf(fp)$RealClosure(Fraction Integer)

try

allRootsOf(numer fp)$RealClosure(Fraction Integer)

Martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]