filmov
tv
Newton Raphson Method-Python implementation
Показать описание
In this video, Newton-Raphson algorithm has been implemented in python. This algorithm is to generate the solution of a nonlinear equation of type f(x)=0 by taking an initial approximation for the solution. The algorithm iteratively computes better and solution of the problem.