These are the numpy python things you will forget for quantum physics

Sdílet
Vložit
  • čas přidán 22. 07. 2024
  • Here are the things you will forget about python and numpy
    00:00 - linspace
    01:40 - part of x array
    02:31 - complex numbers
    03:09 - diagonal matrix
    4:22 - Eigenvalues and vectors
    05:10 - Normalization

Komentáře • 4

  • @fizixx
    @fizixx Před 9 měsíci

    Terrific!
    I love making these kinds of vids for myself. I use them! So, I think these are often as important as the solving-code itself.
    I would make another list, and set it equal to the list-minus-the-endpoints: ep = x[1:-1]
    Then just use 'ep' for the truncated list. :)

    • @DotPhysics
      @DotPhysics  Před 9 měsíci +1

      It our best way of traveling through time - sending a message to your future self.

    • @fizixx
      @fizixx Před 9 měsíci

      @@DotPhysics 👍

  • @godphysics2473
    @godphysics2473 Před 9 měsíci +2

    it is just amazing. Thank you!