Land on Vector Spaces: Practical Linear Algebra with Python | SciPy 2019 Tutorial | L Barba, T Wang

แชร์
ฝัง

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

  • @jaym2112
    @jaym2112 5 ปีที่แล้ว +10

    Good lecture. Humorous part for me:
    There was a moment during this when she's showing a transformation of a transformation, and she says, "you can almost just do this in your head," and I immediately felt like an idiot. Then later, around 1:19:00, she said the 1999 movie was 30 years old, and I felt like a genius.

    • @miningandhighway7164
      @miningandhighway7164 4 ปีที่แล้ว

      Which proves, brain is still more powerful than computer.

  • @mdfaysal7753
    @mdfaysal7753 4 ปีที่แล้ว +4

    Github link for this tutorial:
    github.com/engineersCode/EngComp4_landlinear

  • @lameiraangelo
    @lameiraangelo 3 ปีที่แล้ว +2

    My God, this is so GOOD!!!
    This lecture is underrated.

  • @rosgori
    @rosgori 4 ปีที่แล้ว +1

    The link is github.com/engineersCode/EngComp4_landlinear

  • @kalyanbellamkonda8653
    @kalyanbellamkonda8653 4 ปีที่แล้ว +1

    how to get those scripts files you didn't given github link??

    • @lunyaka
      @lunyaka 4 ปีที่แล้ว

      It was in the description of the video github.com/engineersCode/EngComp4_landlinear

  • @princesatartaruga444
    @princesatartaruga444 3 ปีที่แล้ว

    I can't find the page Jupyter NBviewer :(

  • @sankeerthgs6864
    @sankeerthgs6864 3 ปีที่แล้ว +2

    This is a really nice session! shame that it had to end in such hurry! would have been really nice if the eigen stuff was given more time!!

  • @sreeragm8366
    @sreeragm8366 4 ปีที่แล้ว

    @Enthought Can I get the link to the git repo?

    • @chandansarkar1618
      @chandansarkar1618 3 ปีที่แล้ว

      Perhaps: github.com/engineersCode/EngComp4_landlinear

  • @shubhamkumar-rv9cs
    @shubhamkumar-rv9cs 3 ปีที่แล้ว

    why i am getting error in plot of vector:
    vectors = [(2,2)]
    tails = [(-3,-2),(-3,1),(0,0),(1,-3)]
    plot_vector(vectors, tails)
    ---------------------------------------------------------------------------
    NameError Traceback (most recent call last)
    in
    ----> 1 plot_vector(vectors, tails)
    NameError: name 'plot_vector' is not defined

    • @eminembts2832
      @eminembts2832 2 ปีที่แล้ว

      for new version it might have defined as some other defination try to search for it

  • @shubhamkumar-rv9cs
    @shubhamkumar-rv9cs 3 ปีที่แล้ว

    please explain it