Instructional Video3:00
After Skool

Is Life A Video Game? - Elon Musk

12th - Higher Ed
Elon Musk argues that we are living in a simulation RIGHT NOW. A pretty mind blowing idea. He even goes on to say that the chance of us living in base reality is 1 in Billions.
Instructional Video7:34
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Convolutions - Sharpening and Blurring

Higher Ed
From the section: Computer Vision Basics: Part 1. In this section, we’ll cover the basic features of Computer Vision. Computer Vision Basics: Part 1: Convolutions - Sharpening and Blurring
Instructional Video13:50
Institute of Art and Ideas

Is experience all that we have?

Higher Ed
Our life is made up of experiences. But what experience is remains a mystery. Heidegger thought it inexplicable and neuroscientists cannot find its location. Do we just need a better theory to uncover its secrets? Or is experience...
Instructional Video12:33
Math Fortress

Calculus III: The Cross Product (Level 2 of 9)

12th - Higher Ed
This video introduces the third way of multiplying vectors called the cross product also known as the vector product and sometimes refereed to as the area product. This video will cover the component definition of the cross product. A...
Instructional Video15:19
Kenhub

Hyaline cartilage

Higher Ed
A histological overview of the most common type of cartilage in the human body.
Instructional Video2:50
Science360

Researchers tackle dangerous, but poorly understood biofilms - Science Nation

12th - Higher Ed
Syracuse University chemical engineer Dacheng Ren is leading a multidisciplinary team studying biofilms, which are colonies of microbes, such as bacteria, that grow together in a matrix produced by the cells themselves. Until now,...
Instructional Video7:48
APMonitor

Solve Linear Equations with MATLAB

10th - Higher Ed
MATLAB is used to solve a set of linear equations (Ax=b) by inverting the matrix A and multiplying by the b vector. Three ways to solve A*x=b are: x = inv(A)*b % good x = A\b % better x = linsolve(A,b) % best See...
Instructional Video9:29
Kenhub

Elastic cartilage

Higher Ed
An overview of histological features of elastic cartilage.
Instructional Video7:50
msvgo

Solving a System of Linear Equations

K - 12th
It explains how to use matrices to solve a system of equations in two and three variables and find out whether the system is consistent or not.
Instructional Video3:21
ACDC Leadership

Oligopoly and Game Theory- Micro Topic 4.5

12th - Higher Ed
My 90 second explanation of oligopolies and game theory. Understanding how to read the chart is the first step. The numbers in the left of each square are for the firm on the left. The numbers on the right are for the firm on the top....
Instructional Video7:47
Dom Burgess

Is Time Travel Possible? Tipler Cylinder - Every Think Part 1 of 3

9th - 11th
Tipler Cylinders? Wormholes? Ring Lasers? Is it possible to travel BACK in time? In this action packed episode, Dom is hunted down by a government agent who wants to know how he made a time machine. Part 1 Dom is chased down and...
Instructional Video11:40
Professor Dave Explains

Bones: Structure and Types

12th - Higher Ed
We've got the skin covered, so now let's take a look at bones! These give structure to the body. Bone is a type of tissue, but an actual complete bone is an organ, because there is lots of stuff inside besides bone. What else is in...
Instructional Video7:13
msvgo

Transpose of a Matrix

K - 12th
It defines the transpose of a matrix. Further it states properties of transpose of a matrix.
Instructional Video10:35
msvgo

Types of Matrices

K - 12th
It introduces and explains different types of matrices with examples.
Instructional Video7:12
Professor Dave Explains

Solving Systems Using Cramer's Rule

12th - Higher Ed
How to solve systems of linear equations using Cramer's rule.
Instructional Video13:26
Kenhub

Fibrocartilage

Higher Ed
Overview of fibrocartilage.
Instructional Video8:40
Professor Dave Explains

Linear Transformations on Vector Spaces

12th - Higher Ed
How to perform linear transformations on vector spaces.
Instructional Video8:31
Virtually Passed

Reflection Matrix Proof

Higher Ed
The mirror matrix (or reflection matrix) is used to calculate the reflection of a beam of light off a mirror. The incoming light beam * the mirror matrix = outgoing light beam. Animations made using manim. Microphone: Blue Yetti...
Instructional Video9:05
msvgo

Symmetric and Skew Symmetric Matrices

K - 12th
It defines symmetric and skew symmetric matrices and states important theorems based on it.
Instructional Video6:13
Professor Dave Explains

Types of Matrices and Matrix Addition

12th - Higher Ed
An overview of the types of matrices and how to perform matrix addition.
Instructional Video5:28
Tarver Academy

Adding Matrices

12th - Higher Ed
In This Episode, Tyler Teaches Us About Adding Matrices
Instructional Video11:11
Catalyst University

Functions of Osteoblasts & Osteocytes | Organization of the Osteon

Higher Ed
In this video, we discuss the following: [1] functions of osteoblasts and osteocytes [2] organization of the osteon [3] appearance of osteocytes by Scanning EM
Instructional Video6:14
Professor Dave Explains

The Vector Cross Product

12th - Higher Ed
Defining the vector cross product.
Instructional Video6:02
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Image Transformation - Rotations, Translation and Resizing

Higher Ed
From the section: Computer Vision Basics: Part 2. In this section, we’ll explore the some addtiional features of Computer Vision. Computer Vision Basics: Part 2: Image Transformation - Rotations, Translation and Resizing