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 »Tag Archives: Numerical Computations
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 »Optimization in MATLAB — Video Tutorial
In this video tutorial, “Optimization” has been reviewed and implemented using MATLAB. For watching full course of Numerical Computations, visit this page. Watch Online Three sections of this video tutorial are available on YouTube and they are embedded into this page as playlist. Video Files Section 1: Linear Programming and Mixed-Integer LP (YouTube) Section 2: Quadratic Programming (YouTube) Section 3: ...
Read More »Numerical Solution of Differential Equations in MATLAB — Video Tutorial
In this video tutorial, “Numerical Solution of Differential Equations” has been reviewed and implemented using MATLAB. For watching full course of Numerical Computations, visit this page. Watch Online Three sections of this video tutorial are available on YouTube and they are embedded into this page as playlist. Video Files Section 1: Solving Ordinary Differential Equations (YouTube) Section 2: Solving Boundary ...
Read More »Working with Polynomials in MATLAB — Video Tutorial
In this video tutorial, the way of working with “Polynomials” has been reviewed and implemented using MATLAB. For watching full course of Numerical Computations, visit this page. Watch Online This video tutorial are available on YouTube and it is embedded into this page. Video File Working with Polynomials (YouTube) Citing This Work If you wish, you can cite this ...
Read More »Integration and Differentiation in MATLAB — Video Tutorial
In this video tutorial, “Integration and Differentiation” has been reviewed and implemented using MATLAB. For watching full course of Numerical Computations, visit this page. Watch Online Four sections of this video tutorial are available on YouTube and they are embedded into this page as playlist. Video Files Section 1: Numerical Integration using integral and quadgk (YouTube) Section 2: Double and ...
Read More »Interpolation in MATLAB — Video Tutorial
In this video tutorial, “Interpolation” has been reviewed and implemented using MATLAB. Watch Online Five sections of this video tutorial are available on YouTube and they are embedded into this page as playlist. Video Files Section 1: Polynomial Fitting using polyfit (YouTube) Section 2: Interpolation Using interp1 to interpn (YouTube) Section 3: Interpolation Using interpft (YouTube) Section 4: Interpolation using ...
Read More »Eigenvalues and Eigenvectors in MATLAB — Video Tutorial
In this video tutorial, “Eigenvalues and Eigenvectors” and “Singular Value Decomposition” has been reviewed and implemented using MATLAB. For watching full course of Numerical Computations, visit this page. Watch Online Two sections of this video tutorial are available on YouTube and they are embedded into this page as playlist. Video Files Section 1: Eigenvalues and Eigenvectors (ِYouTube) Section 2: Singular Value ...
Read More »Root Finding in MATLAB — Video Tutorial
In this video tutorial, “Root Finding Methods” has been reviewed and implemented using MATLAB. For watching full course of Numerical Computations, visit this page. Watch Online Four sections of this video tutorial are available on YouTube and they are embedded into this page as playlist. Video Files Section 1: Finding roots of polynomials using roots (ِYouTube) Section 2: Finding roots ...
Read More »