Things you didn't know about Eigenvalues (maybe)

Поділитися
Вставка
  • Опубліковано 10 лис 2024

КОМЕНТАРІ • 26

  • @dylanparker130
    @dylanparker130 2 місяці тому +10

    When I was younger, I watched Gilbert Strang's MIT lectures, felt like I'd never understood Linear Algebra until then. Seeing those last 3 rules showed me that I still have much to learn - thank you!

  • @putin_navsegda6487
    @putin_navsegda6487 29 днів тому +2

    Thank you for the video! I know all of these facts, we studied it in linear algebra and numerical methodes

  • @Zachariah-Abueg
    @Zachariah-Abueg Місяць тому +2

    this was... so lovely??? like, i really enjoyed this. you have my sub. very calm, intuitive, enlightening, and wonderful. thank you :D

    • @MuSubs
      @MuSubs  Місяць тому +2

      @@Zachariah-Abueg thank you so much! :D

  • @SuperDeadparrot
    @SuperDeadparrot Місяць тому +3

    The poles of the Green’s function are the eigenvalues of the operator.

  • @jakeaustria5445
    @jakeaustria5445 Місяць тому +2

    Thank You

  • @Cooososoo
    @Cooososoo Місяць тому +7

    Wow you are amazing and you reply all questions soon you'll become next 3BLUE1BROWN ❤

    • @MuSubs
      @MuSubs  Місяць тому +1

      Thank you! You are so kind!

  • @MarshallBrunerRF
    @MarshallBrunerRF 2 місяці тому +4

    Very cool explanation! Overall very high quality and interesting subject matter 😊 My only tip would be to go a little slower on the equation explanations. For me at least, it can be pretty hard to follow the equations changing so fast on screen. I am also less knowledgeable about this than maybe your desired audience is, so keep that in mind. Keep it up!

  • @xaviergonzalez5828
    @xaviergonzalez5828 Місяць тому +3

    Thank you!

  • @nazishahmad1337
    @nazishahmad1337 Місяць тому +2

    How do you make your videos, Can you make some tutorial?

    • @MuSubs
      @MuSubs  Місяць тому +1

      @@nazishahmad1337 Maybe in the future :)
      However, this video was made using blender and Keynote

  • @gyanprakashraj4062
    @gyanprakashraj4062 Місяць тому +1

    Got something special....

  • @RUDRARAKESHKUMARGOHIL
    @RUDRARAKESHKUMARGOHIL 2 місяці тому +4

    Great video but:
    1) you skipped the intuition for trace part as you gave for the determinant one...
    2) also why is fact 3 and 5 right ? Can you please give an intuitive answer...

    • @MuSubs
      @MuSubs  2 місяці тому +6

      Thank you!
      The intuition for the trace can be though of similarly as the determinant as when the matrix is reduced to echelon form, it will still have the same trace, and it's diagonal matrix will have the eignevalues in its diagonal.
      Let's talk about 3, The sum of rows being the same makes it an eignevalue. For this, consider matrix A where the sum of each row is some constant k. Let's multiply it with a vector with all 1s: v = (1 . . . 1). Av = (k . . . k) by matrix multiplication, which can be factored out as k(1 . . . 1) = kv, so k is a scaled version of (1. . .1) therefore an eigenvalue. To sum it up, the (1 . . . 1) vector is scaled my the constant k because of how matrix multiplication works.
      For 5, use the same logic as 3 for the first part of getting the first eignevalue = sum of #'s in a row or the one mentioned in the video. For the second part consider the matrix with 4s and 2s like in the video (5:51). If we subtracted from it a 4 x 4 matrix containing all 2's then we can get an all 0 matrix with 2s in the diagonals. Here, we can use this logic (6:00) and these 2s will be the other eigenvalues as obtained by computing diagonal # - other #
      I hope this helps!

    • @RUDRARAKESHKUMARGOHIL
      @RUDRARAKESHKUMARGOHIL 2 місяці тому +1

      Ya it did ❤ and 3 is beautiful !...but why in 5 you subtracted by a 4*4 matrix with all 2's and is it allowed will it not change the matrix and thus the eigen value ? Also can you tell why echolean form preserves the trace and det ?

    • @MuSubs
      @MuSubs  2 місяці тому +2

      That is great!
      Let M be the original matrix with 4s and 2s, and A be the matrix with all 2s. For the eigenvector v, the property (M-A)v=Mv-Av=Mv needs to be true true so we would just need to find the vector that satisfies the condition. This is possible with vectors (-1 1 0 0) , (-1 0 1 0), (-1 0 0 1) in this case. So if you use this property you will notice that the eigenvectors that correspond to the eigenvalues obtained by subtracting the M - A having eigen vectors that take the diagonal number and subtract the other number. And when you have the matrix (M-A) which equals only the diagonal numbers, these vectors are essentially just subtracting my 0 so the number on the diagonal are the eigenvalues. I hope that makes sense!
      And for the echelon form as long as you are only subtracting rows with a scalar multiple of other rows and not scaling the rows themselves, the diagonal numbers retain the same value because in reducing to echelon form, the pivots remain the same, so determinants are preserved. The idea for the trace is a bit different and requires a more rigorous proof, the echelon form way is just a way to remember it. But if you would like to explore that, you can find a way to connect the determinant to the trace and use the determinant rule to prove it.

    • @RUDRARAKESHKUMARGOHIL
      @RUDRARAKESHKUMARGOHIL 2 місяці тому

      Wait but how did you get the vectors (-1,1,0,0) ; (-1,0,1,0);(-1,0,0,1) ? because I got only (0,0,0,0) as answer because if Mv-Av=Mv is equal to Av=0 => v=0 can you pls explain the 1st part because I still didn't understood it...😢

    • @MuSubs
      @MuSubs  2 місяці тому +1

      Hi!
      Let me clarify what I meant, (M-A)v = Mv was the property that needs to be try to show that they both indeed have the same eigens . So if you try to solve this, you will end up solving for (M-A-M)v which = Av. for this you will just end up solving a system of linear equations with all 2s, so the result will be that each entry of the vector is the negative sum of all the other entries. Therefore, the vectors mentioned in the previous comment (which are the eigenvectors of M) satisfy this, showing that it is okay to subtract with the matrix A.
      I hope that clarifies things!

  • @apoorvvyas52
    @apoorvvyas52 27 днів тому +1

    this works only for 2x2 matrix.

    • @MuSubs
      @MuSubs  19 днів тому +1

      @@apoorvvyas52 these should work for any n x n matrix unless stated otherwise

  • @miro.s
    @miro.s 11 днів тому +1

    You have forgotten rules for multidiagonal and cyclic matrices

    • @MuSubs
      @MuSubs  11 днів тому +1

      Please feel free to share any additional tricks or methods that you know!

  • @dsagman
    @dsagman Місяць тому +4

    too fast. no time to parse what you are saying