Lecture -- Gauss-Seidel Method

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024
  • This video explains the Gauss-Seidel method for solving linear algebra equations of the form Ax=b iteratively.

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

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

    Thank you for the great video !

  • @wockehs
    @wockehs 11 หลายเดือนก่อน +1

    You're a genius! Thank you for such a great video!

    • @wockehs
      @wockehs 11 หลายเดือนก่อน +1

      On a side note, is it possible for you to make video on Relaxation, introducing sigma to Gauss method?

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

      ha ha . Thank you!

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

      @@wockehs I will add that to my to-do list for the next I teach this class. Thank you!

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

    Great video!

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

    Thank you so much

  • @murtaza-magsi
    @murtaza-magsi 3 ปีที่แล้ว +2

    How do you make such fantastic videos

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

    How to get the error value tho?

    • @empossible1577
      @empossible1577  ปีที่แล้ว

      The absolute error would be x(i+1) - x(i). Often more meaningful is the relative error that is (x(i+1) - x(i)) / x(i+1)

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

    Do you have a code for gauss seidel on matlab

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

      Sorry I do not. I do have the Jacobi method. Anything I have, I post to the course website. I recommend using the course website as your main portal to the courses because you can download the latest version of the notes, get links to the latest version of the videos, and get access to other learning resources.
      empossible.net/academics/emp4301_5301/

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

    Do you have a code for gauss Seidel on Python .

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

      No. I personally think Python is a horrible language for computation. It has a HUGE user community though. I think Julia is a much better language for computation. MATLAB is superior I think for learning and prototyping algorithms. MATLAB makes visualization very easy and that is really important when developing and troubleshooting new codes.