Instructional Video9:27
Curated Video

Multi-Paradigm Programming with Modern C++ - More Range Examples

Higher Ed
Everything you can do with loops and algorithms; you can also do with ranges. Thanks to lazy evaluation of views, the code becomes more functional, and often more compact. β€’ Returning ranges from functions β€’ Creating a new range that...
Instructional Video7:21
Brian McLogan

The best explanation of domain and range with multiple examples

12th - Higher Ed
πŸ‘‰ Learn about every thing you need to know to understand the domain and range of functions. We will look at functions represented as equations, tables, mapping, and ordered pairs. The domain is the set of all possible x or input values...
Instructional Video4:32
Brian McLogan

What is the zero product property

12th - Higher Ed
πŸ‘‰Learn how to solve quadratic equations by factoring. We will focus on factoring special techniques such as the zero product property, difference of two squares, box method and guess and check. Once we have factored the quadratic...
Instructional Video4:06
Brian McLogan

Determine a line perpendicular to to another through a given point using point slope form

12th - Higher Ed
πŸ‘‰ Learn how to write the equation of a line that is perpendicular to a given line. The equation of a line is such that its highest exponent on its variable(s) is 1. (i.e. there are no exponents in its variable(s)). There are various...
Instructional Video3:39
Brian McLogan

Given the vertex and a point, write the equation of a parabola in vertex and standard form

12th - Higher Ed
πŸ‘‰ Learn how to write the equation of a parabola given three points. The equation of a parabola is of the form f(x) = ax^2 + bx + c, where a, b and c are constants. Since, the equation of a parabola has 3 constants, three equations and...
Instructional Video1:12
Brian McLogan

How to simplify an expression with factorials

12th - Higher Ed
πŸ‘‰ Learn all about factorials. Factorials are the multiplication of a number in descending integer values back to one. Factorials are used often in sequences, series, permutations, and combinations. Factorial quotient expressions are...
Instructional Video2:59
Brian McLogan

Learn to write the equation in slope intercept form & identify the slope & y intercept ex 1

12th - Higher Ed
πŸ‘‰ Learn how to write the equation of a line given two points on the line. The equation of a line is such that its highest exponent on its variable(s) is 1. (i.e. there are no exponents on its variable(s)). There are various forms which...
Instructional Video3:10
Brian McLogan

Learn to find the partial sum of a geometric sequence

12th - Higher Ed
πŸ‘‰ Learn how to find the geometric sum of a series. A series is the sum of the terms of a sequence. A geometric series is the sum of the terms of a geometric sequence. The formula for the sum of n terms of a geometric sequence is given by...
Instructional Video4:33
Brian McLogan

Solve a trigonometric equation for all the real solutions with sine

12th - Higher Ed
πŸ‘‰ Learn how to solve trigonometric equations by factoring out the GCF. When solving trigonometric equations involving the multiples of the same trigonometric function. It is very useful to collect similar trigonometric functions together...
Instructional Video3:29
Brian McLogan

How to label points lines and planes from a figure ex 1

12th - Higher Ed
πŸ‘‰ Learn how to label points, lines, and planes. A point defines a position in space. A line is a set of points. A line can be created by a minimum of two points. A plane is a flat surface made up of at least three points. A point is...
Instructional Video4:33
Brian McLogan

Find the partial sum of the geometric series

12th - Higher Ed
πŸ‘‰ Learn how to find the geometric sum of a series. A series is the sum of the terms of a sequence. A geometric series is the sum of the terms of a geometric sequence. The formula for the sum of n terms of a geometric sequence is given by...
Instructional Video2:53
Brian McLogan

Solving trigonometric equations with multiple angles

12th - Higher Ed
πŸ‘‰ Learn how to solve trigonometric equations. There are various methods that can be used to evaluate trigonometric equations, they include by factoring out the GCF and simplifying the factored equation. Another method is to use a...
Instructional Video2:31
Brian McLogan

What is a line segment and ray

12th - Higher Ed
πŸ‘‰ Learn essential definitions of points, lines, and planes. A point defines a position in space. A line is a set of points. A line can be created by a minimum of two points. A plane is a flat surface made up of at least three points. A...
Instructional Video6:54
Let's Tute

Problem Solving with Graphical Method for Coincident Pair of Linear Equations

9th - Higher Ed
In this video, we solve a problem using the graphical method for solving coincident pair of linear equations. We draw the graphs for two given equations and find that they coincide to form a single line, which means there are infinitely...
Instructional Video5:15
Brian McLogan

How to write the equation of a line given the slope and a point

12th - Higher Ed
πŸ‘‰ Learn how to write the equation of a line in a point-slope form. The equation of a line is such that its highest exponent on its variable(s) is 1. (i.e. there are no exponents in its variable(s)). There are various forms which we can...
Instructional Video2:11
Brian McLogan

Learn how to write two different representations of a polar point

12th - Higher Ed
In this video series you will learn multiple math operations. I teach in front of a live classroom showing my students how to solve math problems step by step. My math tutorials should be used to review previous lessons, complete your...
Instructional Video2:15
Brian McLogan

How can we learn to name a plane

12th - Higher Ed
πŸ‘‰ Learn all about points lines and planes. In this playlist, we will explore how to how to identify, write, label all points lines, and planes. We will learn how to determine the distance between two points as well as the midpoint. Learn...
Instructional Video7:10
Brian McLogan

Learn how to find the sum of an arithmetic series

12th - Higher Ed
πŸ‘‰ Learn how to find the partial sum of an arithmetic series. A series is the sum of the terms of a sequence. An arithmetic series is the sum of the terms of an arithmetic sequence. The formula for the sum of n terms of an arithmetic...
Instructional Video3:18
Brian McLogan

What is a plane

12th - Higher Ed
πŸ‘‰ Learn essential definitions of points, lines, and planes. A point defines a position in space. A line is a set of points. A line can be created by a minimum of two points. A plane is a flat surface made up of at least three points. A...
Instructional Video2:54
Brian McLogan

Learn to solve your trigonometric equation with sine squared

12th - Higher Ed
πŸ‘‰ Learn how to solve trigonometric equations. There are various methods that can be used to evaluate trigonometric equations, they include factoring out the GCF and simplifying the factored equation. Another method is to use a...
Instructional Video4:11
Brian McLogan

Evaluating the partial sum of a arithmetic series

12th - Higher Ed
πŸ‘‰ Learn how to find the partial sum of an arithmetic series. A series is the sum of the terms of a sequence. An arithmetic series is the sum of the terms of an arithmetic sequence. The formula for the sum of n terms of an arithmetic...
Instructional Video3:52
Brian McLogan

Finding the sum or an arithmetic series using summation notation

12th - Higher Ed
πŸ‘‰ Learn how to find the partial sum of an arithmetic series. A series is the sum of the terms of a sequence. An arithmetic series is the sum of the terms of an arithmetic sequence. The formula for the sum of n terms of an arithmetic...
Instructional Video2:08
Packt

Log Cleanup Delete

Higher Ed
This video explains how to delete the log cleanup policy. This clip is from the chapter "Advanced Topics Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will learn some advanced...
Instructional Video8:23
Why U

Pre-Algebra 33 - Real Numbers

12th - Higher Ed
There are an infinite number of rational numbers, but there are infinitely more irrational numbers. Neither type of number can represent every type of numeric quantity. By combining the rational and irrational numbers into the real...