This series of video tutorials covers the numerical methods for Root Finding (Solving Algebraic Equations) from theory to implementation. In this course, three methods are reviewed and implemented using Python and MATLAB from scratch. At first, two interval-based methods, namely Bisection method and Secant method, are reviewed and implemented. Then, a point-based method which is knowns as Newton’s method for ...
Read More »Home \ Tag Archives: Root finding
Tag Archives: Root finding
Numerical Computations in MATLAB — Video Tutorial
In this video tutorial, “Numerical Computations in MATLAB” has been reviewed. In fact, the built-in capabilities of MATLAB are used to perform numerical computations, which are very useful in enormous fields of applied science and engineering, including: Root finding and equation solving Solving system of equations Eigenvalues, eigenvectors and eigendecomposition Singular Value Decomposition Interpolation, curve fitting and surface modeling Numerical ...
Read More »