Finding roots of a non-linear equation with scipy.optimize.newton, Python.

preview_player
Показать описание
The example in the video and the knowledge are from the course: Numerical Methods in Physics at University of Jyvaskyla. As I have found it is very useful, I hope someone watching it will feel the same.

Thanks to OBS Studio for the free recording.
Here are other very useful references:
[2] Computation Physics, Mark Newman
[3] Numerical Recipes in C; William H. Press, Saul A. Teukolsky, William T. Vetterling, Brian P. Flannery; Cambridge University Press.

Рекомендации по теме
Комментарии
Автор

If someone sees the video, please pay attention that I have made a mistake. Instead of scipy.optimize.optimize, the correct form must be scipy.optimize.newton or scipy.optimize.brentq, etc.

LanTranLe-skcn