Negative power mandelbrot test, hard structures but few iterations.

Sdílet
Vložit
  • čas přidán 13. 09. 2024
  • Test of a coloring algorithm that I made for negative powers Mandelbrot set. Same zoom 2 times with different colouring settings.
    when increasing iterations, the pictures get noisy. I used the stacking method to denoise the keyframes.
    Music : The caretaker - A1 It's just a burning memory.
    Realized with : MATLAB R2021a

Komentáře • 44

  • @fractaluniverse6793
    @fractaluniverse6793  Před 2 lety +20

    *Matlab code*
    %% Mandebrot
    if ~exist('zoom','var')
    zoom = 10;
    x_center = 0; y_center = 0;
    else
    xy = axis;
    zoom = abs(max(xy(1))-min(xy(2)));
    x_center = mean([xy(1),xy(2)]);
    y_center = mean([xy(3),xy(4)]);
    end
    x = linspace(x_center-zoom/2,x_center+zoom/2,1280);
    y = linspace(y_center-zoom/(2*16/9),y_center+zoom/(2*16/9),720)';
    % colouring settings
    map_center = 1;
    map_width = 1;
    n_stack = 3;
    % stacking loop
    for i_stack = 1:n_stack
    i_stack

    c = ones(length(y),length(x)).*x+1i*ones(length(y),length(x)).*y;
    z = zeros(length(y),length(x));
    it = z; itt = it;
    c = c+(rand(size(c))+1i*rand(size(c)))*mean(diff(x));
    z=c;

    % iterations loop
    for i=1:150
    z=z.^-2.*(1+z+z.^2)+c; abz = abs(z);
    abz(abz>map_center+map_width)=map_center+map_width;
    abz(abz

  • @floramew
    @floramew Před 2 lety +22

    After watching this, my vision is affected-- similar to how the world keeps spinning when you stop spinning around, but here everything is slowly slightly zooming out. Or, well, was, it's finished while typing the comment. Love how brains do these weird things 😂👍

    • @alpha_ornativum
      @alpha_ornativum Před 2 lety +2

      This is called the motion aftereffect. Truly fascinating stuff.

  • @bensfractals43
    @bensfractals43 Před 2 lety +7

    i like how each coloring algorithim makes it look like two seperate zooms
    the first has julias, and the second doesn't.

    • @fractaluniverse6793
      @fractaluniverse6793  Před 2 lety

      The second zoom has also julias but there are very subtle

    • @davidarvingumazon5024
      @davidarvingumazon5024 Před 2 lety +1

      @@fractaluniverse6793 Please play Minecraft with Realistic Mods until it breaks your computer.

  • @PsychodelicScientist
    @PsychodelicScientist Před 2 lety

    tripping tf out for this one lol wonderful mind boggling beautiful creations please make more and never stop, sending love and blessings to everyone, perfect music choice btw

  • @StarGarnet03
    @StarGarnet03 Před 2 lety +1

    Ngl, you using It's Just A Burning Memory in the video after your EATEOT one sent chills up my spine

    • @fractaluniverse6793
      @fractaluniverse6793  Před 2 lety +5

      Fun fact :
      Negative power Mandelbrot sets with this colouring algorithm looks like the fractals that I see when I dream of Mandelbrot set.

    • @StarGarnet03
      @StarGarnet03 Před 2 lety

      This is what I'd imagine what the mandelbrot set would look like when high on something

  • @maxff123
    @maxff123 Před 2 lety +1

    thanks for introducing me to the caretaker

  • @bensfractals43
    @bensfractals43 Před 2 lety +2

    But for real, this is actually beautiful

  • @randon19yearold
    @randon19yearold Před 2 lety +4

    I love this coloring, Could you please please make a 10-30 minute zoom with a coloring like this ❤️ Especially the first one! 🌈

  • @pawn1234
    @pawn1234 Před 2 lety +1

    Oh yes, I love that pattern! It happens when you zoom in into the.. uh... you zoom..... to the.......... Ah, forget it!

  • @mandeltownthekillerfrombab5202

    I cried over classic. Wwwwwaaaaaaahhh. And I cried forevermore, forevermore, forevermore.

  • @sperenity5883
    @sperenity5883 Před rokem

    God bless you.

  • @SuperFractalVideoMaker259

    Formula in mandelbrowser
    Advance mode;
    Init;
    Z = c;
    Bailout = 10000;
    Loop;
    Z = (1/z^2)*(1+z+z^2) + c;

    • @hlewis74
      @hlewis74 Před 2 měsíci

      Another is:(advanced mode)
      Initialisation code:
      complex r;
      r=c^(-2);
      z=c*r;
      Iteration code:
      z=(z^(-2))*(1+z+z^2)+c;
      (use foggy on interior paint mode to see it way better)(I use 10 iterations)

    • @hlewis74
      @hlewis74 Před 2 měsíci

      Otherwise you don't see the shape

    • @hlewis74
      @hlewis74 Před 2 měsíci

      Also use rainbow on the interior colour

  • @user-kv5fw7xz9c
    @user-kv5fw7xz9c Před rokem

    Nice music. Feel like I'm sick.

  • @lanslater
    @lanslater Před rokem

    Love your choice of music here xD straight out of the Shining no?

  • @ChiralSpirals
    @ChiralSpirals Před 2 lety +2

    I got depressed the second the music started....if you know, you, if you...I forgot.

  • @Peterscraps
    @Peterscraps Před 2 lety +2

    That fucking music

  • @charlenemack7040
    @charlenemack7040 Před 2 lety

    I just subscribed to your channel love it

  • @CySaturnTVObjectCosmos9344
    @CySaturnTVObjectCosmos9344 Před 4 měsíci +1

    This is called a reversed inverted mandlebrot

  • @Flesh_Wizard
    @Flesh_Wizard Před 2 lety

    The torblednam

  • @FallinInAPhalaro9889
    @FallinInAPhalaro9889 Před 2 lety +2

    Why did you use it's just a burning memory?

  • @Fraktoler
    @Fraktoler Před 2 lety

    This is interesting!

  • @jackmack1061
    @jackmack1061 Před 2 lety

    What am I seeing? Love the tune, btw.

  • @TheCaredog
    @TheCaredog Před 2 lety +1

    Dream when fever 🗿

  • @vehicleboi5598
    @vehicleboi5598 Před 2 lety +1

    i groflgor 👻

  • @not_estains
    @not_estains Před 2 lety

    this song only reminds me of one thing

  • @bensfractals43
    @bensfractals43 Před 2 lety +2

    Dementers?

  • @anonymousfairydrones5626

    Ah yes the tes torbednam

  • @XxDevGlitcherxX
    @XxDevGlitcherxX Před 2 lety +1

    now do misplaced in time

  • @jericsaeyoung69
    @jericsaeyoung69 Před 2 lety

    I HEAR EATEOT

  • @relt_
    @relt_ Před 2 lety

    julia sets infinite

  • @Cinnimin
    @Cinnimin Před 2 lety +1

    wh hh whhw how???????????????

  • @好吧-h6k
    @好吧-h6k Před 2 lety

    space

  • @bernardomelo-z1v
    @bernardomelo-z1v Před 9 měsíci

    Sound trollge sad

  • @Scscsc23453
    @Scscsc23453 Před dnem

    Is not creepy