Fractal in desmos v2

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ • 39

  • @therealcalminecrafter250
    @therealcalminecrafter250  Рік тому +2

    www.desmos.com/calculator/vibes965qr

    • @intraced
      @intraced Рік тому +2

      BRO WAIT THE LINK LMAOAOA VIBES

    • @ЕвгенийШамшитов
      @ЕвгенийШамшитов Рік тому +1

      I got errors :/

    • @boysorandom
      @boysorandom Рік тому

      ​​@@ЕвгенийШамшитов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!

  • @AuthyDrains151
    @AuthyDrains151 День тому

    Do make 10,000 iterations?

  • @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.

  • @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_õ

  • @e-neutrino
    @e-neutrino Рік тому +1

    Wooow, so cool!

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

    In Mandelbrowser

  • @megahacker6666
    @megahacker6666 Рік тому +1

    link pls

  • @finalcircle2025
    @finalcircle2025 Рік тому +4

    What equations u used?

  • @chiepogi377
    @chiepogi377 Рік тому +1

    Giant space Zoom

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

    Or z^2 + c

  • @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 :)

  • @yumsIurp168
    @yumsIurp168 Рік тому +1

    how?

  • @petterlarsson7257
    @petterlarsson7257 Рік тому +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 Рік тому +1

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