Numerical Methods for Computing Eigenvalues - Linear Algebra

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

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

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

    Such a useful as a physics student studying inversion problem, It likes drop from heaven

  • @holyshit922
    @holyshit922 6 หลายเดือนก่อน +2

    In numerical recipes is routine for it
    but if we want to write it from scratch
    i found reduction to Hessenberg by Gaussian elimination
    (Householder reflections would be better but I havent found how to effectively multiply matrix by Householder reflections)
    I derived multiplication by rotation matrices G from the left and G^{T} from the right
    which allowed to write QR decomposition
    But which shifts should I use How to use deflation
    QR metod can be done in place but how to do it

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

    Pretty good video, friendo! Thanks!

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

      Can you write program for eigenvalues based on this video only
      if yes then indeed it is good video

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

    very nice!