Logo by kameelian - 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. April 18, 2024, 05:55:19 AM


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: Higer dimension modulus or something odd  (Read 561 times)
Description: cabs function using 8th power and 8th root
0 Members and 1 Guest are viewing this topic.
Alef
Fractal Supremo
*****
Posts: 1174



WWW
« on: February 28, 2012, 05:54:27 PM »

Modulus of z do not generate many fractals, actualy it is abs function who do.
In most of fractal soft |z| is modulus squared and not mudulus, coz its faster and colouring formulas by tradition are intended

to be used with modulus squared bailout.



Algebraic modulus is cabs function defined as square root of real part and imaginary part squared,
pithagorean theorem in complex plane-> z=( (real(z)^2+imag(z)^2)^0.5 ); Lacking pure cabs formulas, lets make it to generate

something on complex map.
z=z*z;
z=( (real(z)^2+imag(z)^2)^0.5 );
z=z+C;

Oval mandelbrot and circle julia.

Ok, be it odd power what wouldn't be the modulus, as it retains negatives.
z=z*z;
z=( (real(z)^3+imag(z)^3)^0.333333 );
z=z+C;

Something very odd.

Lets go back to even powers, something fitting in modulus description (no negatives).
z=z*z;
z=( (real(z)^4+imag(z)^4)^0.25 );
z=z+C;


z=z*z;
z=( (real(z)^8+imag(z)^8)^0.125 );
z=z+C;


It generated different result, ~ power 2 modulus, and equal to power 2 modulus when real or imaginary part are zero. Pythagoras

put squares around the right triangle, here is a 8th dimension version of square.


4th power are boring, lets be an extreme, say 100th power modulus.
z=( (real(z)^100+imag(z)^100)^0.01 );


As power goes to infinity the result aproaches to certain ideal shape, to certain numerical result different from normal pythagorean modulus. 8th power seems to be good enought appropriation. This seems consistent considering cyclic nature of numbers.

* * * * * * * * * * * * * * * * * * * * * * *
Maybe in a 3D.
Mandelbulb triplex uses modulus as part of calculation.
So switching it with 8th dimension modulus: r2=(sx^8+sy^8+sz^8)^0.125;
I got boxeded mandelbulb, soap box julia with seed 0,0,0, and zoom with different fine details.




p.s.
By Edgar Malinovsky
« Last Edit: February 28, 2012, 06:33:25 PM by Asdam » Logged

fractal catalisator
Ryan D
Alien
***
Posts: 36


WWW
« Reply #1 on: July 22, 2012, 02:27:14 PM »

I will occasionally try my hand at formulas that have been posted here, using my tried & true Fractint to see if I can come up with the correct implementation.  The 2D fractals shown at the start of this post didn't look like they would be too thrilling, so I was surprised to find very interesting images coming from the orbit cloud histogram rendering method (the "Buddhabrot" method).  Plain fractals don't often make exciting orbit clouds.  In fact, it often works the other way - interesting images, like standard Julia fractals, are sometimes pretty boring when viewed as an orbit cloud.

Here's a video animating the power term from 0.2 to 15.  The orbit cloud is symmetrical about the X axis for all even integer powers.  At the odd integer powers, there is a strange discontinuity when the power fractionally increases - for example, the orbit cloud with a power of 3 is very different from that of 3.00001.  As the power increases, more of the orbit cloud remains unchanged at these discontinuities.

Ryan

(new animation, and all the fussing about the old animation has been removed)

<a href="http://vimeo.com/moogaloop.swf?clip_id=50303892&amp;amp;server=vimeo.com&amp;amp;fullscreen=1" target="_blank">http://vimeo.com/moogaloop.swf?clip_id=50303892&amp;amp;server=vimeo.com&amp;amp;fullscreen=1</a>
« Last Edit: September 27, 2012, 07:57:36 PM by Ryan D, Reason: new animation rendering, updated link » Logged
Alef
Fractal Supremo
*****
Posts: 1174



WWW
« Reply #2 on: July 25, 2012, 05:38:20 PM »

Nice video, like mysterious sea creature. There are no much buddhabrot images, and I had seen just few formulas being generated in buddhabrot method, such as tricorn fractal, and this are like tricorn.

Maybe odd powers represent kind of singularities, black holes, or top of the wave function.

Formulas were intended to show between normal complex modulus function z=((real(z)^2+imag(z)^2)^0.5 ); and function with different powers. Throught it looks, that this was alredy invented by (renowned M3D formula coder Luka) wink

 Youtube kind of are extremely harsh with fractal videos. I certain timeas had downloaded youtube movies and used in my own, and they don't detoriate in quality so much as fractal videos, they are kind of optimised for home videos.

Maybe they just throw out extra frames and its more like special qualities of a picture compression, not shure, but folks say, it is size that matters. In fractalforums are pretty featurless video embedding;) Just put as link:
<a href="http://www.youtube.com/v/kcSmqfLp6ys&rel=1&fs=1&hd=1" target="_blank">http://www.youtube.com/v/kcSmqfLp6ys&rel=1&fs=1&hd=1</a>
« Last Edit: July 25, 2012, 05:57:13 PM by Asdam » Logged

fractal catalisator
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
IFS and Minkowski Dimension IFS - Iterated Function Systems Crucifixio 3 3949 Last post July 08, 2010, 05:31:03 PM
by paxinum
illusion of extra dimension(s) 3D Art « 1 2 » Fractal_Artist 15 5352 Last post April 24, 2009, 04:25:23 PM
by cKleinhuis
The other dimension Mandelbrot Videos « 1 2 3 » bib 33 10809 Last post February 16, 2010, 07:27:53 PM
by Jesse
Hausdorff dimension of a function General Discussion Timeroot 7 5381 Last post February 14, 2010, 11:23:03 AM
by kram1032
Painting modulus decimals Images Showcase (Rate My Fractal) Kali 3 872 Last post January 11, 2011, 06:37:25 PM
by Kali

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.258 seconds with 24 queries. (Pretty URLs adds 0.007s, 2q)