In article <1125293735.090133.226
[email protected] .com>,
<
[email protected]> wrote:
> Hi,
> I have been trying to solve the problem Roots of the polynomial 038
> from mipt.ru (el judge). I have failed to do so. I tried to search on
> the net but found about contour integrals for routh-hurwitz criterion.
> So it is difficult to code.
>
> Can you please tell me how to solve the problem for degree 20 ? and
> how to approach the problem for degree 4.
>
> Please do tell me the pseudo code and references.
First of all, I don't have any idea what you're talking about. Give a
proper URL if you want an answer.
Second, you have posted THE SAME TEXT in two different posts, once to
sci.math and once to comp.dsp, sci.eng.control, and
sci.math.num-analysis. The one to three newsgroups is in approved
form, and doesn't increase bandwith. The one to sci.math DID increase
bandwidth.
I can guess what you mean from context, and it's not difficult to code.
All you have to do is estimate the derivative of f'(z)/f(z) on a
contour (all you need is an upper bound on the absolute value, so you
have a Lipschitz constant on the contour), then take a fine enough grid
on the parameterization of the contour so as to be able to recognize
the discretization of the integral as being close enough to an integral
multiple of 2 pi i. This yields the degree of the mapping, which is
the count of roots. Perfectly routine.
--Ron Bruck