Basis and Dimension

Поделиться
HTML-код
  • Опубликовано: 19 янв 2025
  • MIT 18.06SC Linear Algebra, Fall 2011
    View the complete course: ocw.mit.edu/18...
    Instructor: Ana Rita Pires
    A teaching assistant works through a problem on basis and dimension.
    License: Creative Commons BY-NC-SA
    More information at ocw.mit.edu/terms
    More courses at ocw.mit.edu

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

  • @red_l6634
    @red_l6634 Год назад +16

    When you work with column vectors and perform row operations on matrices, the operations mix the components within each vector. For example, when you add or subtract rows representing column vectors (like [x, y, z, w]), the operations combine elements from the same vector. This can lead to combinations like x + y within the same vector, which doesn't maintain the original components separately. However, when you use row vectors in row operations, these operations don't mix components of the same vector. Each row represents a different vector, and the operations performed on rows don't blend or combine elements within a single vector. you just add or subtract or exchange vectors, and it is fine. So , that's why you cannot use the final columns when you eliminate using column vectors. You do not perform linear operations between different vectors, rather you mix a vector with itself

    • @anonymousgawd..3047
      @anonymousgawd..3047 Год назад +1

      Thnx 🎉red ...good work it's a basic thought but yeah there should be clarity

    • @then-go
      @then-go 8 месяцев назад

      Thank you so much for your explanation!

  • @sheikhshafayat6984
    @sheikhshafayat6984 4 года назад +19

    These MIT lectures are too good to be true. Thanks to all behind these videos.

  • @AnupKumar-wk8ed
    @AnupKumar-wk8ed 6 лет назад +40

    Thanks a lot for showing the case of these vectors as columns. I had solved the matrix for pivots and chosen first three columns of the Echelon matrix as the basis. But clearly, as you pointed it out I was wrong. Awesome tutorial.

    • @bridge5189
      @bridge5189 4 года назад

      But, in the next lecture #10, at ruclips.net/video/nHlE7EgJFds/видео.html Prof Gilbert Strang says that basis is the PIVOT COLUMNS!!

    • @dHnd2j1u
      @dHnd2j1u 4 года назад +1

      ​@@bridge5189 Actually, a few seconds before Prof Strang explains by saying "the pivot columns i'm interested in are columns of A, the ORIGINAL A"
      ruclips.net/video/nHlE7EgJFds/видео.html

    • @sachinbs3961
      @sachinbs3961 4 года назад +4

      @Indrajeet It is possible to pick the last columns if we performed column elimination. Then we would only have performed linear combinations of columns.
      Of-course then it would be same as writing the vectors as rows as doing row elimination which was the first method as explained in the video.

    • @NicolasAumar
      @NicolasAumar 2 года назад +1

      @@bridge5189 The basis could be the pivot columns of the initial matrix, not the pivot columns of the matrix after elimination.

    • @hoangduy500
      @hoangduy500 2 года назад +1

      @@bridge5189 pivot columns here mean the position of the initial column, not the column after elimation.

  • @bitstsunami9520
    @bitstsunami9520 4 года назад +10

    I think this girl and the Asian one are the best TA so far in any MIT ocw

  • @CodehanCodes
    @CodehanCodes 6 лет назад +7

    I just fell in love with this teacher ,you gave me such a great understanding

  • @biswabismitabag9017
    @biswabismitabag9017 5 лет назад +6

    Thanks MIT for sharing such a great teacher and his teaching with the Whole World..A Learner From India..

  • @lee_land_y69
    @lee_land_y69 6 лет назад +8

    thanks for pointing out about using the transpose matrix to solve the problem. that was exactly my question

    • @zhaopeter6532
      @zhaopeter6532 6 лет назад

      hi, do you know why they have same pivots (a matrix and its transpose)?

    • @samuelleung9930
      @samuelleung9930 5 лет назад

      zhao peter it just happens to be the same. Or when you do rref, you will always get the same pivots :)

  • @nerophon
    @nerophon 6 лет назад +11

    It would be good to know why you can use the rows of the echelon matrix when doing vectors-as-rows, but can't use the columns of the echelon matrix when doing vectors-as-columns. The fact is stated, and justification is given in terms of the example ("not enough numbers"). But the reason why the methods aren't symmetrical is not explained. I believe there ought to be a good geometric explanation for this, or at least something in terms of the definitions of the spaces.

    • @robertchu4092
      @robertchu4092 6 лет назад +27

      This is because columns in the echelon matrix are not formed by any linear combinations of the original columns. The process of creating echelon matrix is basically a series of row operations (i.e., new rows are formed by linear combinations of original and modified rows), which preserves linear independence of pivot rows (not pivot columns). That's why she said you may even use those original rows that correspond to the pivot rows to form the basis for that space.

    • @krishnkantswarnkar4735
      @krishnkantswarnkar4735 5 лет назад

      @@robertchu4092 Hey! thanks. I had the same doubt. This was a good explaination.

    • @harshadzade3971
      @harshadzade3971 2 года назад

      @@robertchu4092 This was helpful! Thanks!

  • @AkashRoy-do2dg
    @AkashRoy-do2dg 9 месяцев назад

    as there are 5 column vectors and each vector belong to R^4(we can have almost 4 linearly independent vectors for R^4) so don't even need to check if they are dependent by doing gaussian elemination.

  • @ashutoshtiwari4398
    @ashutoshtiwari4398 5 лет назад +8

    Why is that the elimination of column vectors changes the column space ( 7:06 )
    but the elimination of row vectors doesn't change the space (4:40) ?

    • @ashutoshtiwari4398
      @ashutoshtiwari4398 5 лет назад +10

      I got the answer.
      Lec-10, 24:00. Row transformation on a matrix A dosen't change its row space but changes its column space.

    • @DeepakSingh-xt5io
      @DeepakSingh-xt5io 5 лет назад +1

      @@ashutoshtiwari4398 i was about to comment the same thing :)

    • @腊肉糍粑
      @腊肉糍粑 5 лет назад

      @@ashutoshtiwari4398 thanks

    • @shaunwu3609
      @shaunwu3609 4 года назад +1

      Because you are performing the row operations on the column vectors, inevitably changing the column space. If you perform column operations on the column vectors, you would not be changing the column space. The column position of the leading ones after transposing the matrix and performing row operations would correspond to the row position of the original matrix.

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

    So if I wrote the vectors as rows and did the elimination, I can directly use the final 3 rows (with pivots)?

  • @withoutpassid
    @withoutpassid 5 месяцев назад +1

    Why do those vectors become rows instead of columns of the matrix? Is it because they have to follow the rule of forming an mxn matrix where m < n? I'm confused.

    • @theultimate2345
      @theultimate2345 5 месяцев назад

      We can use any of them either as rows or columns as the rank of the resultant matrix is gonna be same and so the dimension of its vector space is same either way

  • @PedroSotelo188
    @PedroSotelo188 2 месяца назад

    at 4:17, how can you conclude that the vectors are linearly independent based only on the number of its pivots?

  • @quirkyquester
    @quirkyquester 4 года назад +1

    Thank you Ana and MIT!

  • @kishoremandalapu133
    @kishoremandalapu133 3 года назад +1

    please confirm (1,1,-2,0,-1) row vector or column vector, while soling TA taken as Row Vector is it correct

  • @turokg1578
    @turokg1578 2 года назад

    thanks a lot for the clarification at the end

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

    Dont We take columns in basis?

  • @PedroSotelo188
    @PedroSotelo188 2 месяца назад

    Yet I don't understand how the new vectors of the echelon form still span the same space

  • @SHREYANSHPANDA_
    @SHREYANSHPANDA_ 3 года назад +1

    Can I solve it by finding the rref of the given matrix

  • @vcbcricavenue2235
    @vcbcricavenue2235 3 года назад

    excellent way of teaching👏👏👏👏

  • @yiyu9519
    @yiyu9519 3 года назад

    love this course

  • @itsnotthattough7588
    @itsnotthattough7588 7 месяцев назад

    Very clear. Thank you very much!

  • @MrNiceFromUkraine
    @MrNiceFromUkraine 4 года назад +1

    great recite!

  • @AbigaelMary-z8b
    @AbigaelMary-z8b 2 дня назад

    Just wooow thank you 😢

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

    Hey, I know this is a stupid question. What is the transpose of this universe?

  • @zhiqiangzhao1267
    @zhiqiangzhao1267 6 лет назад +1

    thank you so much

  • @ivanzavaruev3021
    @ivanzavaruev3021 2 года назад

    Thank you!

  • @Upgradezz
    @Upgradezz 3 года назад

    Thank you :)

  • @shivajipatil1991
    @shivajipatil1991 3 года назад

    Vow....

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

    Thankyou very much

  • @yys7916
    @yys7916 2 года назад

    Thank you!