Iteration and IterationList Commands - Sierpinski Triangles 3 Ways in GeoGebra

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น •

  • @jursamaj
    @jursamaj 2 หลายเดือนก่อน +1

    6:41 It's funny, in trying to show us that editing the previous command doesn't work, Ben actually showed that it *can* work, when he changed the list given to Enlarge(), but *not* the list given to Vertex().

  • @rjung_ch
    @rjung_ch 2 หลายเดือนก่อน

    Really nice how this went, thanks Ben! 👍💪✌

  • @maynardtrendle820
    @maynardtrendle820 2 หลายเดือนก่อน +1

    I just used Claude 3.5 Sonnet to ENTIRELY write a Python program that displays (for user controlled values n, and x) an n level, mod x, (step-pyramid style) 'Pascal's triangle', where every cell has a color corresponding to its mod x value. For 2

  • @howtoin2252
    @howtoin2252 2 หลายเดือนก่อน

    Crystal clear, concise, rock solid explanations with great examples! Ben, you make us think outside the triangle, recursively with flattened lists of lists. Thank you for your passion in maths communications. Great channel with excellent content !!

  • @ytiralc
    @ytiralc 2 หลายเดือนก่อน

    I programmed an n-dimensional node structure way back in the day. It started right here with Sierpienski. I was frustrated with visualizing to myself how iteration worked, so I made a program that drew pretty fractal structures. It's kinda funny how many different pretty patterns come about just by messing with repeating a few simple equations.
    It was basically a RAM restricted tree structure that performed an equation at each node, plotted a point/colour on screen and cleaned up after itself.
    The really fun bit was messing with the main equation. I got stuff that looked like Julia fractals, dragons, Lots of Cantor dust. So much self repeating fun.

  • @rochellekesselring4865
    @rochellekesselring4865 2 หลายเดือนก่อน

    That was really awesome. I learned a bunch!

  • @MihaiNicaMath
    @MihaiNicaMath 2 หลายเดือนก่อน +2

    I love this stuff! I recently made a video explaining why the sierpinski triangle appears in Pascal's triangle, not just for the even/odd colouring but for any prime colouring! It's on my channel if you want to see! (TH-cam doesn't let you put links in comments unfortunately)

    • @jcponcemath
      @jcponcemath 2 หลายเดือนก่อน +1

      I can see your channel by clicking on your little pic. :) Thanks for sharing that.

  • @nxpnsv
    @nxpnsv 2 หลายเดือนก่อน

    Sparks AND Triangles, what a day!

  • @Number_Cruncher
    @Number_Cruncher 2 หลายเดือนก่อน

    This is great!
    Are you still working as a teacher? Can you include this in your lessons?

  • @BeautyInMath
    @BeautyInMath 2 หลายเดือนก่อน

    Slick!