Numerical Methods: Programming Secant Method in Python | A Detailed Explanation For Beginners

Опубликовано: 13 Январь 2021
на канале: STEM Tutorials
5,653
60

In this short video, we'll use a simple example to cover the steps you need to complete to find the root of a function with the Secant Method!

We use the program Spyder (from Anaconda) to code in Python. It's free to download and use. To install, check out our installation video:    • Python: Installing Anaconda on macOS in 20...  

Just like learning anything new, practice makes better. You can practice with us by going through our free exercises on our website and following-along in our YouTube "Numerical Methods" playlist:
Website: https://stem-tutorials.com/tutorials/...
YouTube Playlist:    • Numerical Methods from stem-tutorials.com  
Secant Method Explanation:    • Numerical Methods: Secant Method to Find t...