Home \ Tag Archives: ODE

Tag Archives: ODE

Numerical Computations in MATLAB — Video Tutorial

Numerical Computations

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 »

Numerical Solution of Differential Equations in MATLAB — Video Tutorial

Numerical Computations in MATLAB: Numerical Solution of Differential Equations

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 »

Runge-Kutta Method in Python and MATLAB — Video Tutorial

The Runge-Kutta method is a numerical technique used to solve ordinary differential equations by iteratively approximating the solution. This essential technique is pivotal for solving ordinary differential equations, commonly employed in modeling dynamic systems. Python and MATLAB serve as ideal platforms for hands-on learning, offering robust libraries. Mastering Runge-Kutta is crucial for applications in physics, engineering, and biology. Join our ...

Read More »