Simple Pendulum without Forces? Lagrangian Mechanics 101

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

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

  • @badududadadu
    @badududadadu 2 года назад +2

    Wow that was nice, even tho i really dont know about the dot stuff(they are probably derevatives but i havent seen that version of them yet) i felt like i understood all of it! Really nice vid :)

    • @logandihel
      @logandihel  2 года назад +3

      Thanks! The dot notation means a derivative with respect to time. So a double dot is a second derivative with respect to time

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

    Really good video. I was confused on the ODE stuff and why you used matrix notation and where the theta dot came from at then end in the matrix

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

      I used the matrix notation (state space model) because that is the gold standard in nonlinear system theory, and ode solvers in python/matlab expect that format

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

      @@logandihel Thanks man

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

    Great content and presentation, I'm guessing Manim for the video assets? Any chance you could point me in the direction of some resources you used to learn how to use it? RTFM is a completely legit response if that's the answer lol

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

      I learned Manim from doing examples from the community documentation, available at docs.manim.community/en/stable/examples.html. I recently found a better tutorial available at slama.dev/manim/introduction/. Also, 3b1b has all of his Manim code for his videos available on his GitHub, but he uses a slightly different (and more difficult to install) version of Manim. I'd recommend the community edition and installing through Chocolately. best of luck!