Instructional Video27:07
3Blue1Brown

How (and why) to raise e to the power of a matrix | DE6

12th - Higher Ed
Exponentiating matrices, and the kinds of linear differential equations this solves.
Instructional Video13:51
Instructional Video14:12
3Blue1Brown

Solving the heat equation | DE3

12th - Higher Ed
Solving the heat equation.
Instructional Video15:42
Instructional Video16:02
3Blue1Brown

The unexpectedly hard windmill question (2011 IMO, Q2)

12th - Higher Ed
Problem 2 from the 2011 IMO
Instructional Video7:47
Bozeman Science

Thinking in Systems - Level 6 - Boundary and Initial Conditions

12th - Higher Ed
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...
Instructional Video11:09
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 29 - Java For Loop to Print Multiplication Table - Exercise Solutions

Higher Ed
This video talks about Java for loop to print the multiplication table - exercise solutions.
Instructional Video4:27
Virtually Passed

1.0 A better way to understand Differential Equations | Nonlinear Dynamics | 1D Linear Diff Eqns

Higher Ed
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...
Instructional Video14:29
Curated Video

Lab 1 Task 2 IV Curves of R and D in LTspice

Higher Ed
Lab 1 Task 2 IV Curves of R and D in LTspice Basics of Power Electronics - Walid Issa
Instructional Video3:07
Brian McLogan

Find the integral with a given condition

12th - Higher Ed
👉 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...
Instructional Video21:06
APMonitor

Solve Differential Equations in MATLAB and Simulink

10th - Higher Ed
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.
Instructional Video9:41
Virtually Passed

projectile with drag part 2

Higher Ed
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...
Instructional Video20:33
APMonitor

Chemical Reaction Differential Equations in Python

10th - Higher Ed
Concentrations on chemical species from mole balances are solved for 1, 2, and 4 species in Python with the Scipy.Integrate package ODEINT.
Instructional Video1:00
Virtually Passed

Can you change vibration speed? #VeritasiumContest

Higher Ed
Can you change vibration speed? #VeritasiumContest
Instructional Video15:11
APMonitor

Data Science 🐍 Differential Equations

10th - Higher Ed
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...
Instructional Video11:09
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 29 - Java For Loop to Print Multiplication Table - Exercise Solutions

Higher Ed
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...
Instructional Video13:52
Curated Video

While and Do...While Loops

Pre-K - Higher Ed
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.
Instructional Video6:50
Curated Video

Intro To Python Programming - Simple Conditionals

Pre-K - Higher Ed
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.
Instructional Video3:20
Brian McLogan

General solution of a separable equation

12th - Higher Ed
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...
Instructional Video5:12
APMonitor

Euler's Method for ODEs in Excel

10th - Higher Ed
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.
Instructional Video4:31
Virtually Passed

A better way to understand Differential Equations | Nonlinear Dynamics (Part 1)

Higher Ed
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...
Instructional Video
Khan Academy

Khan Academy: Differential Equations: 2nd Order Linear Homogeneous Equations 4

9th - 10th
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...
Instructional Video
Khan Academy

Khan Academy: Differential Equations: Repeated Roots of Characteristic Equations

9th - 10th
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...
Instructional Video
Khan Academy

Khan Academy: Differential Equations: Complex Roots of Characteristic Equation 3

9th - 10th
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...