Instructional Video13:10
Brian McLogan

Master how to find the angle between two vectors

12th - Higher Ed
Master how to find the angle between two vectors
Instructional Video6:21
Virtually Passed

Least Squares Formula PROOF

Higher Ed
First video: https://youtu.be/6eLJSzOHdc8 Linear least squares is a method commonly used to fit curves to data. The equation used for least squares here is derived using the column space of A. The 'best' value of X is the one that...
Instructional Video13:28
Curated Video

C++ Standard Template Library in Practice - Project - Implementation

Higher Ed
In this video, we will see the third part of our project. • Implement the View portion to display our portion to the user • Present an example program that uses these concepts This clip is from the chapter "I/O in C++" of the series "C++...
Instructional Video5:36
Curated Video

C++ 20 (2a) New Features - std::format_to and std::format_to_n

Higher Ed
This video explains how std::format_to and std::format_to_n work, and how to safely format text to std::vector and c array. • Format text to std::vector using std::back_inserter • Format text to std::vector but preallocate memory, by...
Instructional Video8:58
Flipping Physics

Electric Fields

12th - Higher Ed
Electric fields are introduced. The electric field around a positive and negative point charge are shown and compared to the gravitational field around a planet. Uniform electric fields are shown. The electric field from two point...
Instructional Video3:40
Professor Dave Explains

Practice Problem: Kinetic and Potential Energy of a Ball on a Ramp

12th - Higher Ed
Look at this nifty ramp you made! Let's roll some stuff off of it, shall we? Good thing we know all about potential energy and kinetic energy, because that will allow us to calculate all kinds of things, like the velocity of the ball at...
Instructional Video2:15
Brian McLogan

How to determine the unit vector given as a linear combination

12th - Higher Ed
In this video playlist I show you how to solve different math problems for Algebra, Geometry, Algebra 2 and Pre-Calculus. The video will provide you with math help using step by step instruction. Math help tutorials is just what you need...
Instructional Video4:47
msvgo

Angle Between a Line and a Plane

K - 12th
It explains how to find the angle between a line and a plane when their vector equations or Cartesian equations are given.
Instructional Video2:22
Curated Video

Complete Modern C++ - std::deque

Higher Ed
In this video, learn what a double-ended queue is and what are its features. This clip is from the chapter "Standard Template Library" of the series "Complete Modern C++".This section is the description of the standard template library.
Instructional Video7:07
Curated Video

Complete Modern C++ - Exception Handling - Part V (Constructor and Destructor)

Higher Ed
This video explains exception handling in context of constructors and destructors. This clip is from the chapter "Exception Handling" of the series "Complete Modern C++".This section is about exception handling.
Instructional Video3:31
Curated Video

C++ Standard Template Library in Practice - Replacing and Transforming - std::replace_copy

Higher Ed
The listener is new to algorithms and does not know about the replace_copy algorithms. • Introduce the listener to the std::replace_copy algorithms • Show how it works and explain the different versions available • Reinforce the lesson...
Instructional Video4:37
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - List Interface - Immutability and Introduction of Implementations – Array

Higher Ed
In this session, we will learn about list interface - immutability and introduction of implementations – array. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video5:32
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - List Interface Implementations - ArrayList Versus LinkedList

Higher Ed
In this session, we will learn about list interface implementations - ArrayList versus LinkedList. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video5:02
Professor Dave Explains

Practice Problem: Launching Things With Springs

12th - Higher Ed
You're a mischievous little physicist, aren't you? Well I guess there's no harm in projecting a toy into the air, especially if it's part of your scientific research. Given a spring constant and some other information, how high will this...
Instructional Video7:55
Curated Video

¿Qué tipos de fuerza existen?

12th - Higher Ed
Este vídeo sirve como ampliación al vídeo ¿Qué es una fuerza?, de la serie de Física de 2º y 3º de ESO. ¿Qué es una fuerza? En el vídeo de hoy hablamos de las fuerzas y de su papel como origen del movimiento de los cuerpos. Intentamos...
Instructional Video5:15
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Machine Learning Model

Higher Ed
In this video, we will cover machine learning model. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we...
Instructional Video5:02
Instructional Video7:05
Curated Video

Data Science and Machine Learning with R - Logical Operators

Higher Ed
This video explains logical operators, This clip is from the chapter "Intermediate R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains intermediate R.
Instructional Video15:05
Flipping Physics

Cross Product Torque (with a Cross Product Review)

12th - Higher Ed
Torque as the cross product is introduced. How to actually perform the cross product using matrices is reviewed and 4.5 examples are walked through. This is an AP Physics C: Mechanics topic. Content Times: 0:00 Torque Review 0:55 Cross...
Instructional Video6:40
FuseSchool

MATHS - Trigonometry - Vectors

6th - Higher Ed
Physical properties like area, volume and temperature - are scalars, since we only need a number to represent them. But when we deal with other properties, such as velocity and acceleration, we may use both a ‘size’ and a direction. Such...
Instructional Video12:43
Curated Video

Creating the Maze for Pacman in Scratch

Pre-K - Higher Ed
In this lesson, students will learn how to create a maze for their Pacman character using vector drawing tools. They will design the maze layout, ensuring that Pacman can navigate through the corridors without getting stuck. Through...
Instructional Video4:02
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Machine Learning Model Example

Higher Ed
In this video, we will cover machine learning model example. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video9:15
msvgo

Application of Gauss's Law

K - 12th
It explains about the field due to an infinitely long straight charged wire, field due to a uniformly charged infinite plane sheet and spherical shell.
Instructional Video6:45
Brian McLogan

Master how to find if two vectors are orthagonal, parallel or neither

12th - Higher Ed
Master how to find if two vectors are orthagonal, parallel or neither