🟢10a - Fixed Point Iteration Method for Multivariable Functions (Jacobi and Gauss-Seidel Method) Ex1

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ • 6

  • @risingstars_el
    @risingstars_el 9 місяців тому +1

    Always on point

  • @assaineindustries
    @assaineindustries 9 місяців тому +1

    Master, thanks for the video. I have been using a book that tabulated the iteration values and there's a column of values labelled ||x^k - x^k+1||, can you help me understand how they get values for this column. Many thanks.

    • @SkanCityAcademy_SirJohn
      @SkanCityAcademy_SirJohn  9 місяців тому

      It's basically called the stopping criteria, one is expected to use the stopping criteria to stop at a number of say n iterations if the number of iterations are not given. So as you realized you have negligible difference ie close to 0 between the next iteration values and the previous iteration values, you can stop there.
      x^k+1 means next value
      x^k means previous value

  • @oa_nancy
    @oa_nancy 9 місяців тому +1

    please do you have videos on interpolation