Skip to content

ssilwa/RandomPolynomials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

RandomPolynomials

Fix a positive integer n and an interval I = [a, b] in the real line. Pick coefficients of an n degree polynomial uniformly at random from I. What is the distribution of the roots of these random polynomials?

It can be proved that the roots will tend to converge around the unit circle! This python script displays this wonderful fact. Simply run the script "rootsunity.py" and it will produce a plot similar to RootsUnity.png.

The current interval is [-1, 1] but this can be easily changed by altering the code as shown:

 np.random.uniform(-1, 1, deg)

A heurisic proof of this fact can be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages