Numerical Methods for ODEs - Multistep methods - predictor-corrector methods

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

КОМЕНТАРІ • 8

  • @abdulwasayikhlaq8013
    @abdulwasayikhlaq8013 8 місяців тому

    Thankyou for the video! It is really helpful

  • @urigroisman3398
    @urigroisman3398 2 роки тому +1

    Very interesting way of explaining MS methods. Two comments: 1.- The Adams-Moulton is solvable using for example a Newton method to find roots of an algebraic implicit equation, it´s interesting to show there exists methods to solve implicit schemes at this point due to their importance in PDEs.
    2.- You may improve the accuracy of the Predictor-Corrector iterating between Y* and Y until a tolerance is reached, usually 3 or 4 times so the method may be named P((EC)^m)E. P (predictor, find Y*), then E (evaluate f*), C (correct from Y* to Y, check the difference between them m times or until tolerance is reached) and you got the new Y

  • @franz5944
    @franz5944 5 років тому +2

    Really helpful, brilliantly explained. Thanks a lot.

  • @InquisitiveDev
    @InquisitiveDev 5 років тому +3

    you saved my exams!! can't thank you enough.

  • @basriruslan7893
    @basriruslan7893 5 років тому +1

    how can i contact you ? really needs you help for my future research

  • @nuwanda923
    @nuwanda923 6 років тому

    I think you should re-make from start. It would be more use full

  • @pauliusvainoras7787
    @pauliusvainoras7787 4 роки тому

    You made mistake, in that poly P1(x) has to be P1(x)=fn + ..... not fn+1