3Blue1Brown
How (and why) to raise e to the power of a matrix | DE6
Exponentiating matrices, and the kinds of linear differential equations this solves.
3Blue1Brown
Solving the heat equation: Differential Equations - Part 3 of 5
Solving the heat equation.
Bozeman Science
Thinking in Systems - Level 6 - Boundary and Initial Conditions
In this video Paul Andersen shows conceptual thinking in a mini-lesson on boundary and initial conditions within systems. Boundary conditions - the dividing line between system and environment Initial condition - the beginning state of...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 29 - Java For Loop to Print Multiplication Table - Exercise Solutions
This video talks about Java for loop to print the multiplication table - exercise solutions.
Virtually Passed
1.0 A better way to understand Differential Equations | Nonlinear Dynamics | 1D Linear Diff Eqns
Here we show another way to graphically interpret first order ordinary differential equations (ODE's) in the form dx/dt = f(x). Rather than solve the differential equation by integrating, which is often impractical, it's useful to graph...
Curated Video
Lab 1 Task 2 IV Curves of R and D in LTspice
Lab 1 Task 2 IV Curves of R and D in LTspice Basics of Power Electronics - Walid Issa
Brian McLogan
Find the integral with a given condition
👉 Learn how to find the particular solution to the integral of a function. The integral, also called antiderivative, of a function, is the reverse process of differentiation. Integral of a function can be evaluated as indefinite integral...
APMonitor
Solve Differential Equations in MATLAB and Simulink
This introduction to MATLAB and Simulink ODE solvers demonstrates how to set up and solve either one or multiple differential equations. The equations can be linear or nonlinear.
Virtually Passed
projectile with drag part 2
What is the equation of motion of a particle that has a drag force acting on it? It's important to note that we've assumed that the drag force is proportional to the velocity at all times. In reality, other factors are involved too like...
APMonitor
Chemical Reaction Differential Equations in Python
Concentrations on chemical species from mole balances are solved for 1, 2, and 4 species in Python with the Scipy.Integrate package ODEINT.
Virtually Passed
Can you change vibration speed? #VeritasiumContest
Can you change vibration speed? #VeritasiumContest
APMonitor
Data Science 🐍 Differential Equations
Specific types of equations with differential terms arise from fundamental relationships such as conservation of mass, energy, and momentum. Dynamic models can either be regressed (identified) from data or developed without data with...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 29 - Java For Loop to Print Multiplication Table - Exercise Solutions
This video talks about Java for loop to print multiplication table - exercise solutions. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
Curated Video
While and Do...While Loops
Loops are important coding constructs that allow you to execute code while some condition is true. Mark demonstrates two common types of loops in this video.
Curated Video
Intro To Python Programming - Simple Conditionals
Every program makes decisions. The coding structures used to make decisions are called conditionals. In this video, you'll learn to create simple conditional statements.
Brian McLogan
General solution of a separable equation
Learn how to solve the particular solution of differential equations. A differential equation is an equation that relates a function with its derivatives. The solution to a differential equation involves two parts: the general solution...
APMonitor
Euler's Method for ODEs in Excel
Euler's method can be used to simulate and optimize differential equations in Excel. This tutorial demonstrates the steps to set up the simulation and then match the response to data.
Virtually Passed
A better way to understand Differential Equations | Nonlinear Dynamics (Part 1)
Here we show another way to graphically interpret first order ordinary differential equations (ODE's) in the form dx/dt = f(x). Rather than solve the differential equation by integrating, which is often impractical, it's useful to graph...
Khan Academy
Khan Academy: Differential Equations: 2nd Order Linear Homogeneous Equations 4
Video shows using the foundation shown in previous videos how to more quickly find a solution to a second order linear homogeneous differential equation. Includes using initial conditions with the general solution to find a particular...
Khan Academy
Khan Academy: Differential Equations: Repeated Roots of Characteristic Equations
Video shows what happens when the characteristic equation has repeated roots. Explains why just using the one root will not give a correct general equation. Shows an example of solving a differential equation where the characteristic...
Khan Academy
Khan Academy: Differential Equations: Complex Roots of Characteristic Equation 3
Video shows example of using formula derived in previous video for general solution of a differential equation when characteristic equation has complex roots. Includes using initial conditions to determine a particular solution. Shows...