Linear Algebra 9g: Which Columns Are Pivot Columns in Gaussian Elimination

Sdílet
Vložit
  • čas přidán 27. 10. 2014
  • bit.ly/PavelPatreon
    lem.ma/LA - Linear Algebra on Lemma
    bit.ly/ITCYTNew - Dr. Grinfeld's Tensor Calculus textbook
    lem.ma/prep - Complete SAT Math Prep

Komentáře • 12

  • @MathTheBeautiful
    @MathTheBeautiful  Před 3 lety +2

    Go to LEM.MA/LA for videos, exercises, and to ask us questions directly.

  • @ananthakrishnank3208
    @ananthakrishnank3208 Před 5 měsíci +1

    Thank you!

  • @pendj4me
    @pendj4me Před 7 lety +1

    Thought I had this previously and was wrong. Key for me is that the linearly dependent columns ( col 2 and 4 ) are made up of the two independent columns ( col 1 and 3) that come before it.
    Was confusing to me how you knew that column 2 was 3 times column 1. Could see this was true, but it took a minute for me to see it was made up of the preceding independent column.
    Same for column 4 being made up of the two preceding independent columns. Was not clear to me why column 2 was left out of column 4 until realized that 2 was dependent on col 1.
    Thanks again for this super course.

  • @TheMrDJD
    @TheMrDJD Před 4 lety +1

    All of this made sense, but at 8:54 things started to get confusing. "One of this column and one of the third". That kind of made sense as it means whatever the values are for x and z are linearly independent. Even "the second column is 3 times the first" kind of makes sense. We are using a scalar, alpha, because of the dependence, right? The final beta scalar is then trying to account for the second dependent column, but that's a little harder to piece together.

  • @ridwanwase7444
    @ridwanwase7444 Před rokem

    What if i switch column and RHS same time accordingly then do our different arrangement bring any change in which columns will get pivot element?

  • @abajabbajew
    @abajabbajew Před 9 lety +1

    Should some way be made to emphasize the pivots in positions '1' and '3' ('x' and 'z') in the particular solution vector together with the _complementary_ positions of the other - I suppose 'slack' - variables of '-1' in positions '2' ('y') and '4' ('t') in each of the _null_ vectors? Since those particular entries will always be '-1', perhaps putting a these in brackets (i.e. as '(-1)' ) within their columns, suggesting complements, might be appropriate to bring out the relations?
    | 1 | | 3 | | -1 |
    | 0 | |(-1)| | 0 |
    | 1 | | 0 | | 2 |
    | 0 | | 0 | |(-1)|

    • @MathTheBeautiful
      @MathTheBeautiful  Před 9 lety

      Not a bad idea. I think some people might find it useful.

    • @sophiazhao19
      @sophiazhao19 Před 8 lety

      Would you explain to me why you get the -1in the second and fourth row?

    • @MathTheBeautiful
      @MathTheBeautiful  Před 8 lety

      +Sophia Zhao Yes. When determining the null space, we are looking for linear combinations of columns that equal zero. So if the second column is 3x the first, the corresponding linear combination is [ 3 -1 0 0 ]. And if the last column equals -1x the first column +2x the second column, then the corresponding linear combination is [ -1 0 2 -1 ].
      The following video explains why we are looking for the null space in the first place: czcams.com/video/0b9bYQEBAZc/video.html

  • @NTC
    @NTC Před 9 lety

    4:18, why did you eliminate the entry above the pivot, instead of eliminating the first entry of the last column ?

    • @MathTheBeautiful
      @MathTheBeautiful  Před 9 lety +1

      Ultimately, either one is a viable option. However, to stay systematic, you use your chosen *pivots* to do all the eliminating. According to the RREF convention, pivots are chosen as leftmost as possible. In this case, the second pivot is in column 3 so that's where the elimination takes place.

    • @NTC
      @NTC Před 9 lety +1

      Thank you.