Fractal in desmos v2

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

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

  • @therealcalminecrafter250
    @therealcalminecrafter250  9 месяцев назад +2

    www.desmos.com/calculator/vibes965qr

    • @intraced
      @intraced 9 месяцев назад +2

      BRO WAIT THE LINK LMAOAOA VIBES

    • @ЕвгенийШамшитов
      @ЕвгенийШамшитов 9 месяцев назад +1

      I got errors :/

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

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

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

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

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

      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 5 месяцев назад +6

    Now, play it.

  • @intraced
    @intraced 10 месяцев назад +11

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

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

      Explain?

    • @hlewis74
      @hlewis74 3 месяца назад

      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 9 месяцев назад +5

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

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

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

    • @H_fromDiscord_real
      @H_fromDiscord_real 10 месяцев назад +4

      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 3 месяца назад

      o_õ

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

    Good job!

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

    Wooow, so cool!

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

    In Mandelbrowser

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

    Or z^2 + c

    • @Md.Mars69
      @Md.Mars69 Месяц назад

      that won't work?

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

    What equations u used?

  • @v.f.k
    @v.f.k 10 месяцев назад +1

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

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

    Giant space Zoom

  • @megahacker6666
    @megahacker6666 9 месяцев назад +1

    link pls

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

    I wish I understood the equation.

    • @H_fromDiscord_real
      @H_fromDiscord_real 10 месяцев назад +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 10 месяцев назад

      @@H_fromDiscord_real Thank you.

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

      @@arvaneret_329 np :)

  • @petterlarsson7257
    @petterlarsson7257 10 месяцев назад +1

    GIVE LINK

  • @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 11 месяцев назад +1

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