Fractal in desmos v2

Поделиться
HTML-код
  • Опубликовано: 28 янв 2025

Комментарии •

  • @therealcalminecrafter250
    @therealcalminecrafter250  Год назад +2

    www.desmos.com/calculator/vibes965qr

    • @intraced
      @intraced Год назад +2

      BRO WAIT THE LINK LMAOAOA VIBES

    • @ЕвгенийШамшитов
      @ЕвгенийШамшитов Год назад +1

      I got errors :/

    • @boysorandom
      @boysorandom 11 месяцев назад

      ​​@@ЕвгенийШамшитовthen get a better pc or phone

    • @therealcalminecrafter250
      @therealcalminecrafter250  6 месяцев назад +1

      ​@@ЕвгенийШамшитовdoesn't work on all devices sadly

    • @Axolutl
      @Axolutl 6 месяцев назад

      If you replace the two with -2, it becomes the tricorn variation. It’s super fun to mess around with with the values

  • @randomlygeneratedhandle
    @randomlygeneratedhandle 8 месяцев назад +10

    Now, play it.

    • @MicJam9999
      @MicJam9999 2 месяца назад +1

      you cant

    • @gtmg1
      @gtmg1 Месяц назад

      Obviously not possible

  • @intraced
    @intraced Год назад +13

    how did you do f(f(f(f... and g(g(g(g... without getting definitions nested too deeply?

    • @Kokice5
      @Kokice5 10 месяцев назад

      Explain?

    • @hlewis74
      @hlewis74 7 месяцев назад +1

      I did 1000 iterations on desmos by using multiple g's where I would have g(z) as 10 f(z)'s and then use i(z) as 10 g(z)'s (I skip h because I use h as hsv colours) and then j(z) is 10 i(z)'s which I use multiple iterations to see where other stuff is that I don't see because of too many iterations that I won't see the colour which shows there is something

  • @maroelimardjono-fb5gh
    @maroelimardjono-fb5gh Год назад +5

    The mandrelbrot set is the fractal that's shown in this video Do burning ship next!

  • @Dolfost
    @Dolfost Год назад +3

    Good job!

  • @Fr0stKnight0k
    @Fr0stKnight0k Год назад +8

    That's cool! How do these equations make this work?

    • @H_fromDiscord_real
      @H_fromDiscord_real Год назад +5

      the formula for the mandelbrot set is z^2 + c, where z is any complex number (x + yi), and i is the square root of -1 so 0 + yi^2 would be -y + 0i. leaving the complex number to be (x^2 + yi^2, 2*x^2*y^2) which is, if we simplify, z = (z.x^2 - z.y^2, 2z.x^2z.y^2) + (x, y).
      the last part takes the distance of the finishing point from (0, 0), and compares it to 2. if it is less, then it will be coloured black as part of the set. and if not, it will be uncoloured or more popularly, coloured based on how many iterations it takes for its distance to be greater than 2.

    • @MareykForsythe-pb1qu
      @MareykForsythe-pb1qu 6 месяцев назад

      o_õ

  • @finalcircle69420
    @finalcircle69420 Год назад +4

    What equations u used?

  • @megahacker6666
    @megahacker6666 Год назад +1

    link pls

  • @Soderegami
    @Soderegami Месяц назад

    The graph you posted in the comments isn't the same one as in the video. Still works, but it's much less handy to work with.

  • @e-neutrino
    @e-neutrino Год назад +1

    Wooow, so cool!

  • @v.f.k
    @v.f.k Год назад +1

    What is the g(z)=(f.....
    Full formula?

  • @arvaneret_329
    @arvaneret_329 Год назад +6

    I wish I understood the equation.

    • @H_fromDiscord_real
      @H_fromDiscord_real Год назад +1

      the formula for the mandelbrot set is z^2 + c, where z is any complex number (x + yi), and i is the square root of -1 so 0 + yi^2 would be -y + 0i. leaving the complex number to be (x^2 + yi^2, 2*x^2*y^2) which is, if we simplify, z = (z.x^2 - z.y^2, 2z.x^2z.y^2) + (x, y).
      the last part takes the distance of the finishing point from (0, 0), and compares it to 2. if it is less, then it will be coloured black as part of the set. and if not, it will be uncoloured or more popularly, coloured based on how many iterations it takes for its distance to be greater than 2.

    • @arvaneret_329
      @arvaneret_329 Год назад

      @@H_fromDiscord_real Thank you.

    • @H_fromDiscord_real
      @H_fromDiscord_real Год назад

      @@arvaneret_329 np :)

  • @เบญญาภาทองเฟื่อง-ท7ฅ

    In Mandelbrowser

  • @petterlarsson7257
    @petterlarsson7257 Год назад +1

    GIVE LINK

  • @เบญญาภาทองเฟื่อง-ท7ฅ

    Or z^2 + c

  • @chiepogi377
    @chiepogi377 Год назад +1

    Giant space Zoom

  • @yumsIurp168
    @yumsIurp168 Год назад +1

    how?

  • @Somting_IDK
    @Somting_IDK Год назад +3

    so it’s D(g(g(g(g(g(g(g( and now what?

    • @mr.pumpkinn
      @mr.pumpkinn Год назад +2

      He defined g(z) and D(z) and then used these functions

    • @H_fromDiscord_real
      @H_fromDiscord_real Год назад +1

      At the Center is (0, 0), the starting point which, of course, you can change