Brian McLogan
How to find different representations of a polar point
How to find different representations of a polar point
Curated Video
Scalar and Vector Quantities and their Consequences on Force
The video discusses the differences between scalar and vector quantities, and how force is a vector quantity. The video also shows examples of vector quantities and how they can be represented by arrows. It also explains how multiple...
Curated Video
Learn and Master C Programming - Introduction to Arrays
A small demonstration on how to declare and access both single-dimension as well as 2-dimensional arrays. This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we...
Curated Video
Data Science and Machine Learning with R - Vectors: Coercion
This video explains coercion. This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types and structures in R.
Curated Video
C++ Developer - The Vector Class
This video explains the vector class. This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
Curated Video
Creational Design Patterns in Modern C++ - Game Implementation - Part III
This video is the third part of the six-part video that demonstrates how to add the GameManager, which creates the instances of the vehicle subclasses. This clip is from the chapter "Prototype" of the series "Creational Design Patterns...
Curated Video
C++ Standard Template Library in Practice - Sequence Algorithms - for_each
The listener is new to algorithms and does not know about the for_each sequence algorithm. • Introduce the user to the different types of modifying and non-modifying algorithms • Introduce the for_each algorithm • Reinforce the lesson...
Curated Video
C++ Standard Template Library in Practice - Counting
The listener is new to algorithms and does not know about the counting algorithms. • Introduce the listener to the std::count algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...
Packt
What are Java Collections?
This video explains Java Collections. This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Curated Video
Data Science and Machine Learning with R - Relational Operators
This video explains relational 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.
Curated Video
GCSE Secondary Maths Age 13-17 - Pythagoras & Trigonometry: Vectors - Explained
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Brian McLogan
How do we represent subtracting vectors graphically and algebraically
Learn the basics of vector operations. Vectors can be added, subtracted and multiplied. To add or subtract two or more vectors, we add each of the corresponding components of the vectors. To multiply a scalar to a vector, we simply...
Brian McLogan
Graph the resultant vector of the difference of two vectors with a scalar
Learn how to determine the resultant vector by adding, subtracting and multiplying vectors by a scalar. We will also learn how to graph the resultant vectors to show the operations. Vectors can be added, subtracted and multiplied. To add...
Curated Video
Escalares
Este programa de video de accion en vivo es sobre la palabra Escalares. El programa esta disenado para reforzar y apoyar la comprension y retencion por el estudiante de la palabra Escalares mediante el uso de secuencias de video,...
Curated Video
Complete Modern C++ - Dynamic Array (std::vector)
This video introduces the std::vector class and demonstrates common operations of creation, insertion, deletion, and so on. This clip is from the chapter "More C++ Goodies" of the series "Complete Modern C++".In this section, you will...
Curated Video
C++ Developer - Project - Dynamically Creating Rectangles from File
This video presents a project to dynamically create rectangles from file. This clip is from the chapter "File Input and Output" of the series "The Complete C++ Developer Course".This section explains file input and output.
Brian McLogan
Use binomial expansion to determine the 3rd term
👉 Learn how to find the given term of a binomial expansion. A binomial expression is an algebraic expression with two terms. When a binomial expression is raised to a positive integer exponent, we usually use the binomial expansion...
Flipping Physics
Deriving the Range Equation of Projectile Motion
Learn how to derive the Range of Projectile. The Horizontal Range of a Projectile is defined as the horizontal displacement of a projectile when the displacement of the projectile in the y-direction is zero.
Math Fortress
Calculus III: The Dot Product (Level 5 of 12)
This video goes over the dot product also known as the scalar product. This video goes over a proof for the geometric definition of the dot product. This video also goes over 4 examples illustrating how to find the angle between two...
Brian McLogan
Apply a translation vector to translate a figure ex 1
👉 Learn how to apply transformations of a figure and on a plane. We will do this by sliding the figure based on the transformation vector or directions of translations. When performing a translation we are sliding a given figure up,...
Virtually Passed
Dot product and angle between two vectors proof
The angle between two vectors can be found by using the cosine rule in a clever way.
Virtually Passed
Relative Motion with rotating axes example 1
The relative velocity equation for a object with rotating reference axes is: Va = Vb + Vrel + Vp/b This problem can be solved graphically by calculating lengths of the triangle that forms these vectors, or analytically by deconstructing...