Instructional Video7:57
Curated Video

Data Science and Machine Learning with R - Working with Loops

Higher Ed
This video explains working with loops. 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 Video10:02
Brian McLogan

Master Writing a vector given the initial and terminal point

12th - Higher Ed
Master Writing a vector given the initial and terminal point
Instructional Video4:05
The Noted Anatomist

Clinical testing extraocular muscles tutorial

Higher Ed
This tutorial covers the "H" pattern used for clinical testing of the eye muscles.
Instructional Video9:54
Brian McLogan

Find the direction and magnitude of the resultant vector of two forces

12th - Higher Ed
Find the direction and magnitude of the resultant vector of two forces
Instructional Video8:01
Curated Video

Complete Modern C++ - Typedef, Type Alias, and Alias Templates (C++11)

Higher Ed
In this video, understand the concept of type definitions and type aliases and then compare them. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments,...
Instructional Video9:16
Curated Video

C++ Standard Template Library in Practice - Defining an Allocator

Higher Ed
The user would like to know how to implement their own allocator. • Talk about what is expected of an allocator • Define a minimal allocator • Reinforce the lesson with an example This clip is from the chapter "Memory" of the series "C++...
Instructional Video6:04
Curated Video

C++ Standard Template Library in Practice - Searching and Finding - std::find

Higher Ed
The listener is new to algorithms and does not know about the finding algorithms. • Introduce the listener to the std::find algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...
Instructional Video6:22
Curated Video

C++ Standard Template Library in Practice - Bidirectional Iterators

Higher Ed
We want to learn what makes up a bidirectional iterator, and how to use it. • Learn what a bidirectional iterator can do • Learn what it takes to fulfill a bidirectional iterator contract • Go through a code example, showing how to use...
Instructional Video5:48
Curated Video

C++ Standard Template Library in Practice - Forward Iterators

Higher Ed
We want to learn what makes up a forward iterator, and how to use it. • Learn what a forward iterator can do • Learn what it takes to fulfill a forward iterator contract • Go through a code example, showing how to use forward iterators...
Instructional Video11:05
Curated Video

World of Computer Networking Your CCNA start - Distance Vector versus Link State Routing Protocols

Higher Ed
This video provides the difference between distance vector and link-state routing protocols. This clip is from the chapter "Routing" of the series "World of Computer Networking: Your CCNA start".This section introduces you to routing.
Instructional Video3:43
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 05 - List Interface Implementations - ArrayList Versus Vector

Higher Ed
In this session, we will learn about list interface implementations - ArrayList versus Vector. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore...
Instructional Video6:39
Brian McLogan

Master How to find the unit vector

12th - Higher Ed
Master How to find the unit vector
Instructional Video9:30
Brian McLogan

Master Learn how to find the direction of a vector

12th - Higher Ed
Master Learn how to find the direction of a vector
Instructional Video12:34
Math Fortress

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

12th - Higher Ed
This video goes over various algebraic properties of the cross product. Proofs of these properties are also presented as well as 4 examples.
Instructional Video8:30
Virtually Passed

Equivalent Force Couple System example

Higher Ed
To find the Equivalent force couple system first find the net force in all 3 directions (x,y and z). Then find the net moment at the point of interest about all 3 axis (x, y and z). Notice to determine what direction is positive about...
Instructional Video6:32
Curated Video

Complete Modern C++ - Exception Handling - Part III (Stack Unwinding)

Higher Ed
This video explains the concept of stack unwinding. This clip is from the chapter "Exception Handling" of the series "Complete Modern C++".This section is about exception handling.
Instructional Video2:40
Curated Video

C++ Standard Template Library in Practice - Rotating

Higher Ed
The listener is new to algorithms and does not know about the rotating algorithms. • Introduce the listener to the std::rotate algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...
Instructional Video3:35
Curated Video

C++ 20 (2a) New Features - Improvements to Lambda Expressions

Higher Ed
Consider generic lambda expressions and problem of interacting with the type of argument. Write generic lambda accepting argument of vector holding objects of any type. • Write generic lambda using “auto” keyword in place of type of...
Instructional Video2:45
Brian McLogan

How to find the angle and magnitude of a vector

12th - Higher Ed
How to find the angle and magnitude of a vector
Instructional Video6:36
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - List Interface - Methods to Add, Remove, and Change Elements and Lists

Higher Ed
In this session, we will learn about list interface - methods to add, remove, and change elements and lists. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section,...
Instructional Video3:32
Professor Dave Explains

Practice Problem: Pushing Boxes

12th - Higher Ed
Your friend Lisa needs some help moving, but how long will it take? You're so hungry! Just do a little work with kinematics and Newton's laws, and then it'll be time for tacos.
Instructional Video8:56
TMW Media

Scalers and Vectors: Components of a vector

K - 5th
How do you break a vector down into components? How does cosine and sine help with vectors? Why break vectors into components? Scalers and Vectors, Part 3
Instructional Video1:59
Brian McLogan

Convert a linear equation to polar equation

12th - Higher Ed
Convert a linear equation to polar equation
Instructional Video4:02
Curated Video

Complete Modern C++ - Class Template Explicit Specialization - Part II

Higher Ed
In this video, we will see some more examples of explicit specialization of class templates. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect...