About finding roots of polynomials in specific domains

40 views
Skip to first unread message

Phoenix

unread,
Jun 11, 2015, 11:26:28 AM6/11/15
to sage-s...@googlegroups.com
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?

slelievre

unread,
Jun 12, 2015, 4:23:55 AM6/12/15
to sage-s...@googlegroups.com

Jeroen Demeyer

unread,
Jun 12, 2015, 5:04:36 AM6/12/15
to sage-s...@googlegroups.com
Just compute all roots and filter out the ones which satisfy your condition.

luisfe

unread,
Jun 12, 2015, 6:04:39 AM6/12/15
to sage-s...@googlegroups.com
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. 
Reply all
Reply to author
Forward
0 new messages