Python Physics: A Chain Sliding Off a Table

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

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

  • @kurtcobainsr
    @kurtcobainsr 10 วันที่ผ่านมา +1

    These videos have been so insightful and useful. Thanks for sharing!

  • @ajejebrazor4936
    @ajejebrazor4936 9 วันที่ผ่านมา +1

    Thank you! This was a massive effort. It makes me look forward for multiple spheres simulation like gases or similar.

  • @thejll
    @thejll 10 วันที่ผ่านมา +2

    Nice! Can it be used for the chain fountain problem? Great stuff!

    • @DotPhysics
      @DotPhysics  10 วันที่ผ่านมา +1

      It seems possible - that would be a fun thing to model.

  • @fizixx
    @fizixx 10 วันที่ผ่านมา

    This will be fun to experiment with. I wonder if a varying spring constant with height would look good. Have to try that, fun things to work on. :)

  • @dankkotoura1810
    @dankkotoura1810 10 วันที่ผ่านมา

    Hey that was pretty neat, I liked your program. That thing you mentioned, about the table pushing on its x-axis, that was pretty interesting but I didn't fully understand it, why isn't the tension of the mass falling not enough? Is that because of the way it was programmed, something to do with how you separated it on those 3 parts on the program, or is that like in general in every atwood's machine-like system? I will do my homework and I'll play with the simulation, I'll try changing the spring constants as you mentioned because I also think it makes sense that they are bigger between the links as the final spring constant should be smaller as it is more flexible.

    • @dankkotoura1810
      @dankkotoura1810 10 วันที่ผ่านมา

      Changing the spring constants in that way makes it explode nvm. I'll keep trying though.

  • @CodeMathsPhysics
    @CodeMathsPhysics 10 วันที่ผ่านมา

    Instead of GlowScript of python, what if we could utilize OpenGl of Java or C++ to apply Langrangian solution along with rapid calculations of position and velocity by RK4 method. will that work ?

  • @rmandra
    @rmandra 23 ชั่วโมงที่ผ่านมา

    Thanks for sharing. Suggest you add color to your balls to see what is happening: color=vector(random(),random(),random())