Projection into Subspaces

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

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

  • @joeysanchez6849
    @joeysanchez6849 2 ปีที่แล้ว +17

    "In a humanely fast fashion" That's the best

  • @BrickBreaker21
    @BrickBreaker21 7 หลายเดือนก่อน +2

    In vector analysis, projection onto the plane is just v - (v • û), where û is the unit normal.

  • @andyralph9495
    @andyralph9495 3 ปีที่แล้ว +7

    He is good! Very good recitation! Thank you for that alternate explanation!

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

    3:27 1 over WHAT!! Prof. would be damned lol

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

      What’s the issue? It’s 1 over the determinant

    • @halbarad7932
      @halbarad7932 20 วันที่ผ่านมา +1

      Determinant. What's the problem? It's a number like any other.

  • @lloydstagg7894
    @lloydstagg7894 7 หลายเดือนก่อน

    At the 8'30" mark I was puzzled by the rapid way (N^t*N)^-1 became 1/3 given that it's fundamental component of Least Squares via matrices. So I checked: it's correct. Thinking about it I realised that here N is a 1-D column vector making N^t*N a dot product with a scalar result. Very neat. Another advantage of projecting onto a 1-D space compared to a higher dimension space. TFTV

  • @zhangkai_nodeee
    @zhangkai_nodeee 4 หลายเดือนก่อน

    7:08 I don't understand why division on both sides is available. This is not a property that can be used in matrix calculation I think.

    • @awesomebroification
      @awesomebroification หลายเดือนก่อน

      Matrix vector multiplication is distributive:
      en.wikipedia.org/wiki/Matrix_multiplication#Distributivity
      So, it if follows from I*b = P*b + P_n*b that I*b= (P+P_n)*b
      Therefore, I is the same transformation as (P+P_n) and they are equal.
      Hopefully that is what you were asking about.

  • @vikraal6974
    @vikraal6974 8 หลายเดือนก่อน +2

    Isn't (1,-1,0) and (1,0,1) the basis for Null Space?
    And not the Col Space.

    • @bhushandatre1508
      @bhushandatre1508 4 หลายเดือนก่อน

      It's just the vectors which are satisfying the plane I think and may span the plane

  • @HaN-jm4he
    @HaN-jm4he 7 หลายเดือนก่อน

    cant we just compute projection of b then subtract it from b to find the projection onto normal vector?

  • @sathwikks5642
    @sathwikks5642 9 หลายเดือนก่อน +12

    I think camera men is his girlfriend

    • @Stefan_2117
      @Stefan_2117 5 หลายเดือนก่อน

      Fr lmao

  • @alagappank1242
    @alagappank1242 3 ปีที่แล้ว +1

    How he take basis vector for A please tell me....

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

      The two basis vectors are two solutions of x y z to the equation of the plane A

    • @josuequintero-td5gh
      @josuequintero-td5gh 10 หลายเดือนก่อน

      They are vectors that lie in the plane

  • @Abhi-qi6wm
    @Abhi-qi6wm 4 ปีที่แล้ว +5

    How'd he get the basis for the plane??

    • @theblinkingbrownie4654
      @theblinkingbrownie4654 3 ปีที่แล้ว +7

      x+y-z=0 if y = 1 and z = 0 then x = -1, if y = 0 and z = 1 then x = 1 so (-1, 1, 0) and (1, 0 -1) are special solutions.

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

      @@theblinkingbrownie4654 If I turn x + y - z = 0 into matrix A = [1 1 -1], (-1, 1, 0) and (1, 0, 1) will be the basis of the null space N(A), right? But why basis of null space become the basis of the plane? I'm a bit confused here.

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

      @@jeffabc1997 Because the dot product of (-1,1,0) and the plane is 0 (since the dot product of A and (x, y, z) is 0), since the vector A is perpendicular to the plane, A's nullspace is the plane

    • @empty8537empty
      @empty8537empty 10 หลายเดือนก่อน

      ​@@theblinkingbrownie4654😮 hi sir, I know I am late.. seems like you are an expert in this area. Would you kindly share some online material to learn about finding basis from an equation of plane

    • @theblinkingbrownie4654
      @theblinkingbrownie4654 10 หลายเดือนก่อน

      @@empty8537empty Haha, I am just a beginner in linear algebra and I've only gone through Gilbert Strang's 18.06 course (was it fall 2007 or 2011?), so if you want to use that, just search "Gilbert Strang Ax = 0" and watch videos from there to get the concepts you need.
      I only recommended that regardless of what you use, do some exercises for it to stick. (Where you get the exercises doesn't matter as long as it's relevant.)

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

    isn't the basis for the plane is (-1,1,0) and (1,0,1) if we put the equation into parametric form?

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

    one of the best teacher

  • @baobaolong423
    @baobaolong423 6 ปีที่แล้ว +1

    How to get normal vector N(1 1 -1)?

    • @Allen_Holmes
      @Allen_Holmes 5 ปีที่แล้ว +6

      from the coefficient of the equation, we get [x y z]^T * [1 1 -1] = 0, hence the basis of the null space for [x y z]^T(i.e. the original plane) is [1 1 -1]^T, by the definition of "a vector is the normal vector for the plane if it perpendicular to all the vectors in the plane", the [1 1 -1] is the normal vector

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

      The plane is defined by that normal vector, it is a given quantity in the problem.

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

      @@alileo1578 true but its wholesome that you can multiply the normal with the coefficient and get zero

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

      Formula for a plane is Ax+By+Cz+D=0. A,B,and C are the components of the normal vector. D=0. So you get a normal vector of [1 1 -1]

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

    When he calculates (N_transpose N)^-1, how is he able to directly write 1/3. Though it is correct, but how can one get an intuition to that. I thought it would be 1x1 matrix with only entry of 1/3, why am I wrong? I am wrong because if we take it as [1/3], then we wouldn't be able to multiply it with row vector [1 1 -1].

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

      You are right, it is a 1x1 matrix.
      We can multiply it to a row vector because the dimensions allow so -> (1x1) x (1x3).
      What you could not do would be post multiply it by a column vector -> (1x1) x (3x1) => not possible!
      But again if you pre mulitply (which is happening here) by a column vector then -> (3x1) x (1x1) => possible!

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

      @@anikets4148 Thanks for pointing out this. I should have tried myself proceeding with [3]_1x1 matrix. And, the tutor should not have omitted those square brackets [3] because he just treated as a scalar though the answer in both cases would be same.

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

      He just applied the general formula for the inverse of a 2x2 matrix:1/(ad-bc) * [[d, -b], [-c, -a]].
      One can directly see, that 1/(2*2-1*1) = 1/3

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

    what reasoning did he use to get the basis columns for the plane at the beginining

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

      never mind he explained it later on

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

      @@thedailyepochs338 i dont get how he obtained those basis columns. could you explain?

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

      @@shizahkhalid9893 find a basis form this equation,e.g.
      let x=1,z=0 then from the equation , y = -1; and let x=1,y=0,then z must be 1.So we get the basis (1 -1 0)and(1 0 1).And you can let x,y,z be something else,but they do fit the equation.

  • @manuelcoelho744
    @manuelcoelho744 5 ปีที่แล้ว +3

    is (i-Pn) really equals to P here??

    • @Tom-ef6kw
      @Tom-ef6kw 5 ปีที่แล้ว +5

      it is

    • @manuelcoelho744
      @manuelcoelho744 5 ปีที่แล้ว +1

      @@Tom-ef6kw haha true i see it now

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

      i felt so stupid once i knew that i was ignoring the fraction.

  • @rbiswas876
    @rbiswas876 6 ปีที่แล้ว

    here you solved only projection matrix, but it is not orthogonal ?

    • @tradingmogador9171
      @tradingmogador9171 6 ปีที่แล้ว

      how he found a1 and a2?

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

      Any vector which satisfies the given plane equation can be a1 and a2

    • @benjaminfrank9294
      @benjaminfrank9294 6 ปีที่แล้ว +2

      any set of 2 INDEPENDANT vectors

    • @dhanaprakaash9668
      @dhanaprakaash9668 5 ปีที่แล้ว +1

      It need not be orthogonal. But it must be independent

    • @alexandergarcia6479
      @alexandergarcia6479 5 ปีที่แล้ว

      a orthonormal needs to be square and invertible, so its imposible find a orthonormal matrix for a plane in R3

  • @abdulaziz.j1505
    @abdulaziz.j1505 2 ปีที่แล้ว

    both solution are not matching !!! something is wrong

  • @arizmohammadi5354
    @arizmohammadi5354 10 หลายเดือนก่อน

    great

  • @rohitn6333
    @rohitn6333 3 ปีที่แล้ว +1

    bruh, a1 and a2 are not even independent, how can they be the basis for the plane -_-
    (no hatred, the other parts of the recitation was pretty good)

    • @gajirabute
      @gajirabute 2 ปีที่แล้ว +7

      They are independent, there is no non-zero constant c for which ca2 = a1 since the third element of a1 is zero and the third element of a2 is non-zero

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

    You're even using some techniques that prof. Strang haven't taught us yet. This is a bad recitation. By watching this video, we're being more confused instead of being more familiar to the lecture.

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

      Sometimes you need to use your brain to come up with new, and smarter results. I believe this is a common skill for all MIT students. Gosh, dude! Stop complaining, he's helping us with it. It's not like you're lying around naked and afraid. Hahaha