Logo by mauxuam - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Visit us on facebook
 
*
Welcome, Guest. Please login or register. November 29, 2025, 03:47:31 PM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: [1]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: Using powers of #pixel.....  (Read 1559 times)
0 Members and 1 Guest are viewing this topic.
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« on: April 29, 2012, 03:33:22 PM »

Hi all,

On one of the maths lists they were recently discussing the near identity: pi^5 + pi^4 = e^6

So I decided to try the standard complex escape-time Mandy for z^n + z^(n-1) - #pixel^(n+1) and the results are QI wink

e.g. try plain z^2 + z - #pixel^3 with a start of (-0.5,0)

I also tried the reverse i.e.

z^p - sigma(#pixel^n) for n either from 0 to p-1 or from 1 to p-1

Results also QI.

Am currently engaged more in processing my photos (have around 10 days of shots to process) rather than fractalling so I thought I'd mention this in case anyone wants to try the same formulas but using 3D+ math....I'd be especially interested in the results using the various triplex methods wink

« Last Edit: April 29, 2012, 10:39:15 PM by David Makin » Logged

The meaning and purpose of life is to give life purpose and meaning.

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« Reply #1 on: April 29, 2012, 10:40:13 PM »

Note correction in previous post i.e. p-1 instead of n-1 !!!
Logged

The meaning and purpose of life is to give life purpose and meaning.

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
lkmitch
Fractal Lover
**
Posts: 238



« Reply #2 on: April 30, 2012, 05:20:41 PM »

Here are two Ultra Fractal formulas (Mandelbrot and Julia) for the problem that Dave discussed.  Yes, I stole the idea from him!

pi4+pi5-e6-mandelbrot {
;
; motivated by the near coincidence: pi^4 + pi^5 ~ e^6
;
; formula by Kerry Mitchell; idea stolen from Dave Makin
;
init:
  complex cnm1pcn=#pixel^(@power-1)+#pixel^@power
  complex cnp1=#pixel^(@power+1)
  complex z=@initial_z
loop:
  if(@pi_type=="z")
    z=z^(@power-1)+z^@power-cnp1
  elseif(@pi_type=="pixel")
    z=cnm1pcn-z^(@power+1)
  endif
bailout:
  |z|<@bailout
default:
  title="pi^4 + pi^5 - e^6 Mandelbrot"
  heading
    text="Critical points at 0, (1 - power) / power"
  endheading
  complex param initial_z
    caption="initial z"
    default=-0.8
  endparam
  complex param power
    caption="power"
    default=5
  endparam
  param pi_type
    caption="pi type"
    default=0
    enum="z" "pixel"
  endparam
  float param bailout
    caption="bailout"
    default=1000
  endparam
switch:
  type="pi4+pi5-e6-julia"
  julparam=#pixel
  power=power
  pi_type=pi_type
  bailout=bailout
}

pi4+pi5-e6-julia {
;
; motivated by the near coincidence: pi^4 + pi^5 ~ e^6
;
; formula by Kerry Mitchell; idea stolen from Dave Makin
;
init:
  complex cnm1pcn=@julparam^(@power-1)+@julparam^@power
  complex cnp1=@julparam^(@power+1)
  complex z=#pixel
loop:
  if(@pi_type=="z")
    z=z^(@power-1)+z^@power-cnp1
  elseif(@pi_type=="pixel")
    z=cnm1pcn-z^(@power+1)
  endif
bailout:
  |z|<@bailout
default:
  title="pi^4 + pi^5 - e^6 Julia"
  complex param julparam
    caption="Julia parameter"
    default=(0,1)
  endparam
  complex param power
    caption="power"
    default=2
  endparam
  param pi_type
    caption="pi type"
    default=0
    enum="z" "pixel"
  endparam
  float param bailout
    caption="bailout"
    default=1000
  endparam
switch:
  type="pi4+pi5-e6-mandelbrot"
  power=power
  pi_type=pi_type
  bailout=bailout
}
Logged
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
pixel.city Images Showcase (Rate My Fractal) visual.bermarte 1 2148 Last post August 19, 2010, 05:58:49 PM
by teamfresh
Iterating Random Powers Mandelbrot & Julia Set Alef 5 3414 Last post November 19, 2013, 05:28:45 PM
by Rychveldir
Omnibrot: Getting m-sets of all powers (new) Theories & Research « 1 2 » kjknohw 20 5641 Last post July 28, 2014, 09:14:46 PM
by M Benesi
Fractional powers. Is it possible? Kalles Fraktaler paolo 1 3224 Last post October 21, 2014, 07:35:00 PM
by Kalles Fraktaler
Pixel's Alpha Value iterated in a Fractal like Equation (new) Theories & Research 1 0 541 Last post May 18, 2015, 08:17:21 PM
by 1

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.168 seconds with 27 queries. (Pretty URLs adds 0.006s, 2q)