Title: PolyRootMT Post by: johandebock on June 16, 2010, 02:30:30 AM Just made a new program based on my BuddhaBrotMT program.
It plots all the roots of a certain set of polynomials. Here is the first output: (http://img404.imageshack.us/img404/9106/polyrootmt.png) Look here for more info on the theory. http://math.ucr.edu/home/baez/roots/ 8000x8000 detail picture here is made in about 500 seconds: http://telin.ugent.be/~jdebock/PolyRootMT/ Title: Re: PolyRootMT Post by: matsoljare on June 16, 2010, 03:15:50 PM That seems very close to the Barnsley formula... O0
Title: Re: PolyRootMT Post by: KRAFTWERK on June 16, 2010, 03:30:38 PM Cool!
Title: Re: PolyRootMT Post by: johandebock on June 16, 2010, 06:33:51 PM Interactive deep zoom version:
http://seadragon.com/view/14f5 This is very nice software, maybe I'll used it for my website. Title: Re: PolyRootMT Post by: Dinkydau on June 17, 2010, 03:21:30 PM The borders remind me of sierpinski triangles.
Title: Re: PolyRootMT Post by: kram1032 on June 17, 2010, 08:52:03 PM I saw such root images before. They look great :D
Title: Re: PolyRootMT Post by: johandebock on June 19, 2010, 03:32:52 PM Roots of polys with degree=30 and coeffs=-1,1 , 50% calculated.
A x128 zoom on 0.7071, 0.7071: (http://img203.imageshack.us/img203/5043/polyrootmt2l30100000007.png) Title: Re: PolyRootMT Post by: johandebock on June 19, 2010, 03:57:00 PM If somebody is interested in the program, I can make it available like BuddhaBrotMT.
I still have to work a bit on the status saving, it's a bit different than for a buddhabrot. Title: Re: PolyRootMT Post by: kram1032 on June 19, 2010, 05:05:10 PM really nice :)
Title: Re: PolyRootMT Post by: johandebock on June 21, 2010, 08:09:00 PM Finished plot:
(http://img697.imageshack.us/img697/5043/polyrootmt2l30100000007.png) Title: Re: PolyRootMT Post by: kram1032 on June 21, 2010, 08:51:52 PM not much different, it seems^^
Title: Re: PolyRootMT Post by: johandebock on June 21, 2010, 09:51:57 PM not much different, it seems^^ Indeed. The roots of the most important polynomials were already calculated. Title: Re: PolyRootMT Post by: kram1032 on June 22, 2010, 12:12:57 PM I just wonder how those roots are exactly calculated. Is is a regular grid or more randomly?
Because in theory you could create Polynomials for any zeros by multiplying linear factors (Vieta) So how does it work that an actual pattern emerges? With that you could easily fill the plane uniformly with roots I'd assume... Title: Re: PolyRootMT Post by: johandebock on June 22, 2010, 02:16:26 PM It seems that if you fix the possible coefficients for each degree in the polynomial to a fixed set, you get patterns.
With the coefficients fixed to [-1,1] the roots are located around the unit circle, donut structure: -strange moonlike textures on the surface -different types of fractal around the edges. If you would not fix them you would indeed get a uniform filling of the complex plane. Title: Re: PolyRootMT Post by: kram1032 on June 22, 2010, 10:17:09 PM ah, I see :) |