<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/cnxml/0.5/DTD/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:bib="http://bibtexml.sf.net/" id="id9634665">
  <name>Zero location for Polynomials with Random Coefficients</name>
  <metadata>
  <md:version>1.1</md:version>
  <md:created>2007/09/28 05:13:33.882 GMT-5</md:created>
  <md:revised>2007/11/27 22:03:58.301 US/Central</md:revised>
  <md:authorlist>
      <md:author id="cburrus">
      <md:firstname>C.</md:firstname>
      <md:othername>Sidney</md:othername>
      <md:surname>Burrus</md:surname>
      <md:email>csb@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="cburrus">
      <md:firstname>C.</md:firstname>
      <md:othername>Sidney</md:othername>
      <md:surname>Burrus</md:surname>
      <md:email>csb@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>location</md:keyword>
    <md:keyword>polynomial</md:keyword>
    <md:keyword>root</md:keyword>
    <md:keyword>zero</md:keyword>
  </md:keywordlist>

  <md:abstract>The zeros of a polynomial with random coefficients cluster around the unit circle in the complex plane.  As the degree increases, the roots cluster tighter and tighter to the unit circle.  This phenomenon is illustrated here.</md:abstract>
</metadata>
  <content>
    <section id="id-43244802925">
      <name>Zero Location of Polynomials with Random Coefficients</name>
      <para id="id9491315">The location of the zeros of polynomials with random coefficients have the remarkable property of being clustered around the unit circle of the complex plane. They are uniformly distributed around the unit circle with a very sharp peak in their radial distribution at one. This has been reported and described in 1966 by Arnold and <cnxn document="m15576"> others </cnxn>, but only with the development of the <cnxn document="m15573"> Lindsey-Fox </cnxn> algorithm have we been able to factor really high degree polynomials and observe the phenomenon. Thousands of multi thousand degree polynomials with random coefficients have been factored and a few multi million degree ones as well. The following plots of the locations of these zeros will illustrate the phenomenon. There is a <cnxn document="m15576"> literature </cnxn> on this subject, but seeing the actual root location is still impressive and informative and aids in developing other factoring strategies.</para>
      <para id="id8901762">The following figures show the zero locations for random coefficient polynomials of degree 10 through 2000. These were found using Matlab by generating the random coefficients with the “rand” command, then factoring the resulting polynomial with the “roots” command (an eigenvalue method), and finally creating the graphics with the “plot” command. The results are relatively independent of the type of distribution of the random coefficients.</para><figure id="element-387"><media type="image/jpeg" src="Picture11.jpg">
<param name="height" value="250"/>
<param name="width" value="250"/>
</media>
<caption> Zero Locations for N=10 </caption></figure><figure id="element-476"><media type="image/jpeg" src="Picture13.jpg">
<param name="height" value="300"/>
<param name="width" value="300"/>
</media>
<caption> Zero Locations for N=20 </caption></figure><figure id="element-176"><media type="image/jpeg" src="Picture15.jpg">
<param name="height" value="300"/>
<param name="width" value="300"/>
</media>
<caption> Zero Locations for N=50 </caption></figure><figure id="element-935"><media type="image/jpeg" src="Picture17.jpg">
<param name="height" value="300"/>
<param name="width" value="300"/>
</media>
<caption> Zero Locations for N=100 </caption></figure><figure id="element-406"><media type="image/jpeg" src="Picture19.jpg">
<param name="height" value="300"/>
<param name="width" value="300"/>
</media>
<caption> Zero Locations for N=200 </caption></figure><figure id="element-906"><media type="image/jpeg" src="Picture21.jpg">
<param name="height" value="300"/>
<param name="width" value="300"/>
</media>
<caption> Zero Locations for N=500 </caption></figure><figure id="element-519"><media type="image/jpeg" src="Picture23.jpg">
<param name="height" value="250"/>
<param name="width" value="250"/>
</media>
<caption> Zero Locations for N=1000 </caption></figure><figure id="element-159"><media type="image/jpg" src="Picture25.jpg">
<param name="height" value="300"/>
<param name="width" value="300"/>
</media>
<caption> Zero Locations for N=2000 </caption></figure><para id="element-701">The following figures show histograms of the radial distribution or density of the zeros of polynomials with random coefficients. The random coefficients were generated in Matlab and the factoring was done with the <cnxn document="m15573"> Lindsey-Fox algorithm </cnxn> in Matlab.</para><para id="element-424">Although it is not easy to see from these figures, the shapes of the distributions are fairly independent of degree and the width is almost exactly linear with the inverse of the degree.  As the degree goes to infinity, the zeros all go to the unit circle!</para><figure id="element-14"><media type="image/jpeg" src="Picture1.jpg">
<param name="height" value="150"/>
<param name="width" value="300"/>
</media>
<caption> Number of Zeros at a Radial Distance in the Complex plane, N=100</caption></figure><figure id="element-838"><media type="image/jpeg" src="Picture2.jpg">
<param name="height" value="150"/>
<param name="width" value="300"/>
</media>
<caption> Number of Zeros at a Radial Distance in the Complex plane, N=1,000</caption></figure><figure id="element-248"><media type="image/jpeg" src="Picture5.jpg">
<param name="height" value="150"/>
<param name="width" value="300"/>
</media>
<caption> Number of Zeros at a Radial Distance in the Complex plane, N=10,000</caption></figure><figure id="element-82"><media type="image/jpeg" src="Picture7.jpg">
<param name="height" value="150"/>
<param name="width" value="300"/>
</media>
<caption> Number of Zeros at a Radial Distance in the Complex plane, N=100,000</caption></figure><figure id="element-460"><media type="image/jpeg" src="Picture9.jpg">
<param name="height" value="150"/>
<param name="width" value="300"/>
</media>
<caption> Number of Zeros at a Radial Distance in the Complex plane, N=1,000,000</caption></figure>
    </section>
  </content>
</document>
