On Thursday, June 11, 2015 at 5:26:28 PM UTC+2, Phoenix wrote:

> I have two polynomials $p(x)$ and $q(x)$ and I want to know if there are 
> roots of the equation $\frac{p'}{p} = \frac{q'}{q}$ in the domain 
> $(a,\infinity)$ - where $a = max \{ roots(p),roots(q) \}$
>
> This is the same as asking for the roots of the polynomial, $p'q - pq' = 
> 0$ in the same domain. 
>
> - Can something in Sage help? 
>

Depending on the coefficient field, the degree of the polynomials, accuracy 
etc. You can also take a look at Sturm's theorem and Sturm's sequence. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to