Brian McLogan
Master how to find the angle between two vectors
Master how to find the angle between two vectors
Virtually Passed
Least Squares Formula PROOF
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...
Curated Video
C++ Standard Template Library in Practice - Project - Implementation
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++...
Curated Video
C++ 20 (2a) New Features - std::format_to and std::format_to_n
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...
Flipping Physics
Electric Fields
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...
Professor Dave Explains
Practice Problem: Kinetic and Potential Energy of a Ball on a Ramp
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...
Brian McLogan
How to determine the unit vector given as a linear combination
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...
msvgo
Angle Between a Line and a Plane
It explains how to find the angle between a line and a plane when their vector equations or Cartesian equations are given.
Curated Video
Complete Modern C++ - std::deque
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.
Curated Video
Complete Modern C++ - Exception Handling - Part V (Constructor and Destructor)
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.
Curated Video
C++ Standard Template Library in Practice - Replacing and Transforming - std::replace_copy
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - List Interface - Immutability and Introduction of Implementations – Array
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - List Interface Implementations - ArrayList Versus LinkedList
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...
Professor Dave Explains
Practice Problem: Launching Things With Springs
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...
Curated Video
¿Qué tipos de fuerza existen?
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...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Machine Learning Model
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...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Multiple Random Variables: Conditioning Independence
In this video, we will cover conditioning independence.
Curated Video
Data Science and Machine Learning with R - Logical Operators
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.
Flipping Physics
Cross Product Torque (with a Cross Product Review)
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...
FuseSchool
MATHS - Trigonometry - Vectors
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...
Curated Video
Creating the Maze for Pacman in Scratch
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...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Machine Learning Model Example
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...
msvgo
Application of Gauss's Law
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.
Brian McLogan
Master how to find if two vectors are orthagonal, parallel or neither
Master how to find if two vectors are orthagonal, parallel or neither