Programming Electronics Academy
For Loop Lesson: Arduino Course 5.4
A demonstration of how "for loops" are used in programming.
Packt
Implementing a Binary Tree
This video demonstrates how to implement a binary tree. This clip is from the chapter "Algorithm: Tree Traversals" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of tree...
Brian McLogan
What are natural logarithms and their properties
๐ Learn all about the properties of logarithms. The logarithm of a number say a to the base of another number say b is a number say n which when raised as a power of b gives a. (i.e. log [base b] (a) = n means that b^n = a). The...
Brian McLogan
How To Find the Value of X and Y that Make the Lines Parallel
๐ Learn how to prove parallel lines and relationship between parallel lines and transversals. You also learn how to find the missing value to show you that two angles are supplementary or equal to prove parallel lines. This is based off...
Oxford Comma
What You Need Before You Read: Twelfth Night
Welcome to what you need before you read, the series where I attempt to inoculate you from boredom by injecting a little context and relevancy into you reading experience. For our inaugural episode, weโre looking at William Shakespeareโs...
Brian McLogan
Learn to find the missing angles for a triangle using inverse trig functions
๐ Learn how to find a missing angle of a right triangle. A right triangle is a triangle that has 90 degrees as one of its angles. The trigonometric identities of right triangles gives us the relationship between the angles of a right...
friEdTech
Smarter Gmail 10: groups vs Groups
Learn the not so subtle difference between "groups" and "Groups" in Google and how to use each effectively for the correct purpose.
Brian McLogan
Geometry - Identifying Corresponding Angles from a Figure
๐ Learn how to identify angles from a figure. This video explains how to solve problems using angle relationships between parallel lines and transversal. We'll determine the solution given, corresponding, alternate interior and exterior....
JJ Medicine
Abduction vs. Adduction, Flexion vs. Extension and Opposition of the Thumb
Lesson on Thumb Abduction vs. Adduction, Flexion vs. Extension and Opposition (Clinical Skills Lesson). Terminology involving movements of the thumb can be difficult to learn. However, knowing these movements and their terminology is...
Brian McLogan
Learn How to Identify Alternative Exterior Angles
๐ Learn how to identify angles from a figure. This video explains how to solve problems using angle relationships between parallel lines and transversal. We'll determine the solution given, corresponding, alternate interior and exterior....
Oxford Comma
The Inspirational Power of a Minute: Kipling's "If-"
Welcome to a summary, reading, and analysis of the inspiring Victorian/Edwardian poem "If-." In "If-" Rudyard Kipling (who also authored such classics as The Jungle Book). One of the most well known poems of all time, "If-" teaches a...
Brian McLogan
Determining when a function is increasing decreasing or constant
๐ Learn how to determine increasing/decreasing intervals. There are many ways in which we can determine whether a function is increasing or decreasing but we will focus on determining increasing/decreasing from the graph of the function....
Brian McLogan
Understand local linearity and formal definitions of the derivative
๐ Learn how to evaluate the limit of a function using the difference quotient formula. The difference quotient is a measure of the average rate of change of the function over an interval, h. The limit of the difference quotient gives the...
Rachel's English
ENGLISH SPEAKING LESSON โ The "X" Sounds โ Advanced English Speaking
In this English speaking lesson for Advanced students Iโll teach you all four pronunciations of the letter X in American English. When youโre speaking English as an advanced English student youโll need to make four distinct pronunciation...
Brian McLogan
Learn how to find the all the zeros of a polynomial with sum of two cubes
๐ Learn how to find the zeroes of a polynomial equation/expression involving the sum/difference of two cubes. Given a polynomial having the sum of two cubes, the polynomial can be factored as follows: a^3 + b^3 = (a + b)(a^2 - ab + b^2)....
Brian McLogan
How to determine the increasing and decreasing values
๐ Learn how to determine if a function is even or odd. A function is even if the graph of the function is symmetrical about the y-axis, or a function is even if f(x) = f(-x). A function is odd if the graph of the function is symmetrical...
Curated Video
Complete Java SE 8 Developer Bootcamp - The Three Faces of Final
The keyword โfinalโ may be applied to variables, methods, and classes. This feature prevents further modification of these constructs, once defined. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer...
Curated Video
C++ for Beginners - Where to get the IDE
In this video, your instructor demonstrates where and how to download and setup your IDE. This clip is from the chapter "Your First Program" of the series "C++ for Beginners".Where to get the IDE
Brian McLogan
Learn how to identify the magnitude and direction from a vector given in that form
Learn how to determine the magnitude and direction of a vector. The magnitude of a vector is the length of the vector. The magnitude of a vector is obtained by taking the square root of the sum of the squares of the components of the...
Brian McLogan
Subtracting two vectors algebraically and graphically
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...
Brian McLogan
Solving Literal equations using two steps
๐ Learn how to solve literal equations involving formulas. A literal equation is an equation where the unknown values are represented by variables. To solve a literal equation means to make one of the variables the subject of the...
Brian McLogan
Finding one endpoint when given a midpoint and endpoint
๐ In this playlist, you will learn what the distance and midpoint formulas are and how to apply them. The distance formula is derived from the Pythagorean theorem given the coordinates of two points. We will use the distance and midpoint...
Brian McLogan
How to evaluate a piecewise function given different values
๐ Learn how to evaluate a piecewise function. A piecewise function is a function which uses different rules for different intervals. When evaluating a piecewise function, pay attention to the constraints of each function as you can only...