Curated Video
C++ Programming By Example - Coding a Virtual Die – Generating Random Numbers
How do you generate random numbers in C++? • Introduce cppreference for C++ documentation • Understand probability distributions and which one is appropriate for a die • Use the classes available in the C++ standard template library to...
Brian McLogan
Finding the volume and surface area of a pyramid with a rectangular base
👉 Learn how to find the volume and the surface area of a pyramid. A pyramid is a 3-dimensional object having a polygon as its base and triangular surfaces converging at a single point called its apex. A pyramid derives its name from the...
R Programming 101
R programming for beginners - Manipulate data using the tidyverse. Select, filter and mutate.
Learn to manipulate data using the tidyverse package in R. This is part of the "R programming for beginners" series of videos. In this video, I use one of R's built-in datasets and demonstrate how to use the following DPLYR commands:...
Curated Video
Using Similarity Criteria to Find an Indirect Measure
In this lesson, students will learn how to find the height of a school using indirect measurement and similarity criteria. By using a mirror and measuring distances, students can determine the height of the school by comparing similar...
Physics Girl
Work and Energy - Physics 101 / AP Physics 1 Review with Dianna Cowern
Lesson 9 (Work and Energy) of Dianna's Intro Physics Class on Physics Girl. Never taken physics before? Want to learn the basics of physics? Need an AP Physics 1 review before the exam? This course is for you! Exercises in this video: 1....
Brian McLogan
How to find height and understand the formula for area of an oblique triangle
👉 Learn how to find the area of a triangle. The area of a triangle is the measure of the region enclosed by the triangle. There are several methods that can be used to find the area of a triangle depending on the available information....
Bethany Thiele, Art Teacher
How to Create a 3D Sign Using Chipboard, Part 1 | Middle School Art Lesson
Instructions and demonstration on how to make a 3D Sign using chipboard (thin cardboard). This art lesson was inspired by Shelley Speidell and is used to instruct students in my 8th grade 3D Design course. Part 2, Painting and Connecting...
Zach Star
A google and amazon interview question with a really clever solution
A google and amazon interview question with a really clever solution
Curated Video
Positive and Negative Numbers Above and Below Sea Level
In this lesson, students will learn how positive and negative numbers are used to measure elevation above and below sea level. They will understand that sea level represents 0 elevation, and that both positive and negative elevations...
Weatherthings
Weather Balloons and Radiosondes
Weather balloons are launched around the world, twice a day, at the same time to gather and share data about the atmosphere. The balloons carry an instrument called a radiosonde which collects information. The data helps to create better...
Curated Video
Finding Zeros of Quadratic Functions with Tables of Values
In this video, the teacher explains how to find the zeros of quadratic functions by analyzing tables of values. They use examples of toy rockets, soccer balls, and baseballs to illustrate the concept. The teacher emphasizes the...
Visual Learning Systems
Measuring in Science: Measuring Length
Measuring is a vital process in science, and it is a process all students can carry out. This program demonstrates many of the different ways measurement occurs in science including measuring length, mass, volume, and temperature....
Packt
Advanced Computer Vision Projects 2.3: Finding Plate Characters
In this video, we take a pass at finding characters potentially belonging to license plates. • Use contours to find character candidates • Filter contours based on geometric criteria • Identify possible plate locations based on characters
Brian McLogan
how to determine the surface area of a square pyramid
👉 Learn how to find the volume and the surface area of a pyramid. A pyramid is a 3-dimensional object having a polygon as its base and triangular surfaces converging at a single point called its apex. A pyramid derives its name from the...
Brian McLogan
How to evaluate the limit at the end of a radical graph left right and general
👉 Learn how to evaluate the limit of a function by rationalizing the radical. The limit of a function as the input variable of the function tends to a number/value is the number/value which the function approaches at that time. The limit...
Curated Video
Analyzing Data Distribution with Dot Plots: Clusters, Peaks, and Gaps
Learn how to read and interpret dot plots to identify clusters, peaks, and gaps in data. The examples given demonstrate how these patterns can provide insights into test scores and student performance. By understanding these visual...
Brian McLogan
How to use left hand riemann sum approximation
👉 Learn how to approximate the integral of a function using the Reimann sum approximation. Reimann sum is an approximation of the area under a curve or between two curves by dividing it into multiple simple shapes like rectangles and...
TMW Media
Projectile Motion: Solving another problem
Given certain parameters, how would you solve this other problem? Projectile Motion, Part 5
Math Fortress
Calculus III: The Cross Product (Level 7 of 9)
This video goes over the scalar triple product also known as the triple scalar product and its use in finding the volume of a parallelepiped and determining if 3 vectors are coplanar.
Brian McLogan
How to find the area of a triangle using heron's formula
Learn how to find the area of a triangle. The area of a triangle is the measure of the region enclosed by the triangle. There are several methods that can be used to find the area of a triangle depending on the available information....
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Perform non-affine image transformation on a traffic sign image
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: [Activity] Perform non-affine image transformation on a traffic sign image
Curated Video
Understanding Pressure Due to Fluids: Deriving Equations and Solving Examples
This video is a lecture on the concept of pressure due to fluids, including liquids and gases. The video also covers how pressure is affected by the depth below the surface of the fluid, the density of the fluid, and the gravitational...