Logo by MarkJayBee - 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: Support us via Flattr FLATTR Link
 
*
Welcome, Guest. Please login or register. November 20, 2025, 12:45:37 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 ... 10 11 [12] 13 14 ... 18   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: True 3D mandelbrot fractal (search for the holy grail continues)  (Read 64726 times)
0 Members and 1 Guest are viewing this topic.
Timeroot
Fractal Fertilizer
*****
Posts: 362


The pwnge.


WWW
« Reply #165 on: April 03, 2010, 11:35:12 PM »

David, am I right in thinking that this isn't the whole formula? Is it done after regular Mandelbulb angle multiplying/radius squaring? Pics please! (Mandel and Julia!)  Azn
Logged

Someday, man will understand primary theory; how every aspect of our universe has come about. Then we will describe all of physics, build a complete understanding of genetic engineering, catalog all planets, and find intelligent life. And then we'll just puzzle over fractals for eternity.
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« Reply #166 on: April 04, 2010, 12:20:48 AM »

David, am I right in thinking that this isn't the whole formula? Is it done after regular Mandelbulb angle multiplying/radius squaring? Pics please! (Mandel and Julia!)  Azn

Nope - that *is* the whole formula smiley

I suddenly wondered what happens if you apply the 2D Mandelbrot but scale the result of that plus the third dimension such that the new magnitude of the triplex is the square of the magnitude of the original triplex, hence:

Get the triplex magnitude, if not zero square the x and y component as if complex then scale the new triplex by dividing by its magnitude and multiplyiing by the magnitude of the original triplex squared. Finally add the constant.

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 #167 on: April 04, 2010, 12:51:15 AM »

Pics as requested:

"Electric Mandelbrot"



If I was in the market for a custom-made electric guitar.....

And a test Julia showing I hope why I rather like the Julias for this one smiley



Logged

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

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
Timeroot
Fractal Fertilizer
*****
Posts: 362


The pwnge.


WWW
« Reply #168 on: April 04, 2010, 02:58:22 AM »

Wow, cool pics, they're pretty close to a real grail... cool formula David! The Julias really do sounds exciting, if they can hold all the variety of the regular 2 Mset, preserved well. ...a Douady rabbit (sp?) with long "fur"!  grin

 Repeating Zooming Self-Silimilar Thumb Up, by Craig
Logged

Someday, man will understand primary theory; how every aspect of our universe has come about. Then we will describe all of physics, build a complete understanding of genetic engineering, catalog all planets, and find intelligent life. And then we'll just puzzle over fractals for eternity.
jehovajah
Global Moderator
Fractal Senior
******
Posts: 2749


May a trochoid in the void bring you peace


WWW
« Reply #169 on: April 04, 2010, 03:13:53 AM »

 wink love the palm leaf julia dave.
Logged

May a trochoid of ¥h¶h iteratively entrain your Logos Response transforming into iridescent fractals of orgasmic delight and joy, with kindness, peace and gratitude at all scales within your experience. I beg of you to enrich others as you have been enriched, in vorticose pulsations of extravagance!
kram1032
Fractal Senior
******
Posts: 1863


« Reply #170 on: April 05, 2010, 10:58:44 AM »

Hmm, I didn't hear, how those pics sound (Timeroot ;P) but they indeed look really nice cheesy
The Julia resembles certain kinds of leaves cheesy
Are there also other leaf-structures in those sets?
Logged
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« Reply #171 on: April 05, 2010, 02:37:48 PM »

The Julia resembles certain kinds of leaves cheesy
Are there also other leaf-structures in those sets?

I don't know, I've only rendered the Mandy and 3 Julias. The formula was just a sudden idea.

I haven't investigated it further as atmo I'm adding some pre-render code for the Mandelbox that automagically finds the correct scale factor for the DE and the extent of the cuboid- I'm doing that after giving up trying to work it out analytically i.e. for all values for xfold,yfold,zfold,spherical fold and scale. So far the result is very promising - the adjustments to the DE it gives agree with my manually discovered values to 4 significant figures, I'm just trying to get it to around 6 and also to have the algorithm calculate what the scale factor should be for the DE value to convert it to a step value i.e. to work out the maximum error in the DE and calculate a scale to apply to convert the DE to a step that allows for the maximum error in the DE.
Logged

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

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


Virtual Surreality


WWW
« Reply #172 on: April 06, 2010, 08:52:19 AM »

POWER 8 David?, POWER 8!!!!  afro
Logged

David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« Reply #173 on: April 06, 2010, 08:00:43 PM »

POWER 8 David?, POWER 8!!!!  afro

OK, OK !!!

Using:

            magn = sqrt(|zri|+sqr(zj))
            if magn>0.0
              zri = zri^@mpwr
              magn = (magn^@mpwr)/sqrt(|zri|+sqr(zj))
              zri = magn*zri + cri
              zj = magn*zj + cj
            else
              zri = cri
              zj = cj
            endif

With seed (-0.05,0.8,-0.20397)

Here's a Jellyfish:



Logged

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

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
kram1032
Fractal Senior
******
Posts: 1863


« Reply #174 on: April 06, 2010, 08:36:10 PM »

yay, nice cheesy
Not overly fractal though^^
Logged
KRAFTWERK
Global Moderator
Fractal Senior
******
Posts: 1439


Virtual Surreality


WWW
« Reply #175 on: April 07, 2010, 08:57:28 AM »

 angry

OK, not too  many fractal details, but nice in its own way...

Thanks David!

( Not going to ask you to zoom in... wink )
Logged

jehovajah
Global Moderator
Fractal Senior
******
Posts: 2749


May a trochoid in the void bring you peace


WWW
« Reply #176 on: April 12, 2010, 08:34:41 AM »

The search continues. A signal 2 mandy followed by a signal 8.


* theta just for xy plane.png (35.14 KB, 320x240 - viewed 289 times.)

* pumpkinthetaz.png (54.29 KB, 320x240 - viewed 308 times.)
Logged

May a trochoid of ¥h¶h iteratively entrain your Logos Response transforming into iridescent fractals of orgasmic delight and joy, with kindness, peace and gratitude at all scales within your experience. I beg of you to enrich others as you have been enriched, in vorticose pulsations of extravagance!
fracmonk
Fractal Fertilizer
*****
Posts: 356


« Reply #177 on: April 16, 2010, 05:05:34 PM »

Before considering "the" true 3d M-set, ask what kind of dimensions you're extending to.  Like dimensions are Euclidean, I think.  Ttwo in complex are algebraically related but unlike.  They do, under multiplication, mutually contribute to each other. More later, badly outta time.
Logged
jehovajah
Global Moderator
Fractal Senior
******
Posts: 2749


May a trochoid in the void bring you peace


WWW
« Reply #178 on: April 19, 2010, 09:32:56 AM »

After extensive experimentation this is the leading candidates using Nylander like fomulae and QuaSZ by Terry Gintz.


* apple2d.png (28.49 KB, 320x240 - viewed 221 times.)

* apple2f.png (29.01 KB, 320x240 - viewed 218 times.)
« Last Edit: April 19, 2010, 09:42:12 AM by Nahee_Enterprises » Logged

May a trochoid of ¥h¶h iteratively entrain your Logos Response transforming into iridescent fractals of orgasmic delight and joy, with kindness, peace and gratitude at all scales within your experience. I beg of you to enrich others as you have been enriched, in vorticose pulsations of extravagance!
fracmonk
Fractal Fertilizer
*****
Posts: 356


« Reply #179 on: April 19, 2010, 07:50:16 PM »

To continue my 4-16 comment, it seems many renderings seen here are manifestations of "designer" dimensional systems.  It so much depends on what you might want in dimensional extension.  I already expressed doubts about any single "true" extension beyond the complex, but one good candidate might be one that contains those dimensions along with square roots of i expressed in 2 others, totalling 4.  sqrt(i) would be represented by j, and the other dimension is ij as a multiplicative consequence.  I've worked out the math for all 4 operations (div is complicated, but not necessary here) but it needs to be programmed as a generator on its own, say, in C++.
Logged
Pages: 1 ... 10 11 [12] 13 14 ... 18   Go Down
  Print  
 
Jump to:  


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.281 seconds with 25 queries. (Pretty URLs adds 0.013s, 2q)