Brian McLogan
Simplify rational expression using the rules of exponents
👉 Learn how to simplify expressions using the quotient rule of exponents. The quotient rule of exponents states that the quotient of powers with a common base is equivalent to the power with the common base and an exponent which is the...
Brian McLogan
What do you need to know to solve one step equations
👉 Learn all about the processes and definitions for solving linear equations. You will gain a better understanding about the vocabulary and steps used to solve liner equations such as how to isolate an equation and apply inverse...
Curated Video
Bash Shell Scripting- Different types of For loop syntax's
This video explains different types of For loop syntaxes. This clip is from the chapter "Loops and Loop control statements - Part 1" of the series "Complete Bash Shell Scripting".This section is the first part that explains Loops and...
Brian McLogan
Adding and Subtracting FRACTIONS Step by Step
👉 In this video I will explore how we can understand how to add and subtract fractions when dealing with common and non common denominators. We will also then look at using mixed and whole numbers.
Curated Video
High Performance Scientific Computing with C 4.4: GPGPU with CUDA
How can we accelerate our codes using modern GPUs? What is CUDA? • Learn how to add CUDA kernels to our code • See how to use nvcc to compile CUDA code • Learn about tuning CUDA code for performance
Curated Video
Listening Practice: Is Salary or Personal Fulfillment More Important in Choosing a Career?
Listening Practice: Is Salary or Personal Fulfillment More Important in Choosing a Career?
Brian McLogan
Where does the distance formula come from
👉 Learn how to find the distance between two points. The distance between two points is the length of the line joining the two points in the coordinate plane. To find the distance between two points in the coordinate plane, we make use...
Brian McLogan
Subtraction of real numbers both positive, 5 - 3
👉 You will learn how to add and subtract integers. We will work through adding and subtracting two integers up to multiple integers. We can look at adding and subtracting integers by looking at there values on a number line where there...
Curated Video
Exploring the World of 3D Stereoscopy
Learn about the concept of 3D or stereoscopy and how it works in the real world. This video discusses different techniques used to create the illusion of depth, including basic squinting, anaglyph glasses, shutter glasses, and polarized...
Brainwaves Video Anthology
Luis Torres - Whole Community Education
An amazing Bronx Principle Luis E Torres whose school CS 55 is renowned for Champion Steppers, for putting on unbelievable Broadway Musical like productions. A community school, not a Charter School, not a Magnet School, a regular public...
Let's Tute
Introduction to Sketching: From Basic to Advanced Techniques
This sketching video is designed to take you from beginner to advanced in the art of sketching. Whether you're a hobbyist or aspiring artist, this video covers everything from the basics of sketching to advanced techniques like shading,...
Brian McLogan
Graphing a quadratic using a table
👉 Learn how to graph quadratics in standard form. A quadratic equation is an equation whose highest exponent in the variable(s) is 2. To graph a quadratic equation, we make use of a table of values and the fact that the graph of a...
KnowMo
Introduction to Laws of Indices
This video explains the basics of laws of indices and how they can be applied to simplify expressions with powers. The video covers three main laws: multiplying together terms involving powers, dividing terms involving powers, and...
Brian McLogan
Multiply a Binomial by a Trinomial Using Distributive Property - Math Tutorial
👉 Learn how to multiply polynomials. To multiply polynomials, we use the distributive property. The distributive property is essential for multiplying polynomials. The distributive property is the use of each term of one of the...
Brian McLogan
How to determine the intervals that 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....
Curated Video
Learning CSS (Video 1)
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they work on...
Brian McLogan
How do you solve a multi step equation with a variable on the same side
👉 Learn all about the processes and definitions for solving linear equations. You will gain a better understanding about the vocabulary and steps used to solve liner equations such as how to isolate an equation and apply inverse...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Chapter 4 Ask Me Anything (AMA)
Malware is malicious software that comes in many different shapes and sizes. This episode tackles examples of malicious code and how it related to Visual Basic for Applications (VBA). This clip is from the chapter "Tools of the Trade" of...
Curated Video
Introduction to Basic Probability Notation and Formulas
This video provides an introduction to basic probability concepts and notation, including sets, subsets, union, intersection, and cardinality of sets. The video discusses how to calculate probability for equally likely events and...
Curated Video
Learning D3.JS 5.0 7.3: Breaking Down Scales
In this video, we will learn what scales are and why we need them. • Identify the problem • Understand what the scale function is • Get to know about range and domain
Science360
Fire starter
In episode 28, Charlie and Jordan build the perfect fire, according to science. Now you'll be able to, too.
Packt
Asynchronous Basics
Asynchronous Node.js (Weather App): Asynchronous Basics This clip is from the chapter "Asynchronous Node.js (Weather App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about...
Packt
Troubleshooting Errors on Browser Invocation Code
This video explains how to troubleshoot errors on browser invocation code. This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics to Advanced and...
APMonitor
Python 🐍 Plots
A plot is a visual representation of the data and is especially valuable to analyze data graphically. You can plot with the matplotlib package. In the incubator example, we may want to see how the temperature changes with time. The...