resourcium_beta
Select any filter and click on Apply to see results

Linear Regression 2 [Python]

Steve Brunton
5 min
Intermediate
Video
Application

This video describes how the singular value decomposition (SVD) can be used for linear regression in Python (part 2).

See More

Solving the 1D Wave Equation

Christopher Lum
118 min
Beginner
Video
Theory

In this video, we solve the 1D wave equation. We utilize the separation of variables method to solve this 2nd order, linear, homogeneous, partial differenti...

See More

Euler (Gimbal Lock) Explained

GuerrillaCG
8 min
Beginner
Video
Theory

In this video we explore Euler Rotations, the most common method for orienting objects in 3d. It's by-product "gimbal lock" can cause headaches for animators because the animated motion can...

See More

Dynamic Mode Decomposition (Code)

Steve Brunton
8 min
Intermediate
Video
Application

In this video, we code up the dynamic mode decomposition (DMD) in Matlab and use it to analyze the fluid flow past a circular cylinder at low Reynolds number.

See More

Simple Examples of PID Control

Brian Douglas
13 min
Beginner
Video
Theory

In this video I continue the topic of PID control. We walk through a simple control system and visualize how each of the three paths, P, I, and D, all address specific problems that arise...

See More

Cascade Control Intro

Vincent Stevenson
8 min
Beginner
Video
Theory

How can we improve the disturbance rejection of our controllers using additional, relevant measurements? Tune in to find out!

See More

Sketching Root Locus Part 2

Brian Douglas
16 min
Beginner
Video
Theory

This is the second part of how to sketch a root locus by hand. However instead of following the normal rules for sketching a locus that you'd see in a book, I decided to explain the rules...

See More

Kalman Filter Tutorial

Alex Becker
Beginner
Article / Blog
Theory

The Kalman Filter is an easy topic. However, many tutorials are not easy to understand. Most require extensive mathematical background which makes them difficult to understand. Also, most...

See More