Finding Zeros of Functions In Python (Bisection Method and Scipy)

Описание к видео Finding Zeros of Functions In Python (Bisection Method and Scipy)

In this video I go over two root finding methods in python. I motivate the Bisection Method on paper before getting into how to write a program to implement it. At the end of the video, I show a quick way to find zeros using the fsolve function from the scipy library.

Комментарии

Информация по комментариям в разработке