Instructional Video1:44
Brian McLogan

Learn to solve a basic one step inequality

12th - Higher Ed
👉 Learn how to solve one step inequalities. When solving one step inequalities we will use inverse operations to isolate the variable. To represent our solution we will graph on the number line and use open and closed points based on the...
Instructional Video24:15
Curated Video

Basic Maths Operations in Small Basic Programming

Pre-K - Higher Ed
In this video, the instructor provides a basic introduction to programming and focuses on basic mathematical operations in Small Basic. The instructor demonstrates how to ask the user for numbers, store them in variables, and perform...
Instructional Video5:41
Curated Video

Core Java Programming Course- Arithmetic Operators in Java

Higher Ed
This video explains the different arithmetic operators in Java. This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the...
Instructional Video4:34
Curated Video

Matrices and Basic Operations

K - Higher Ed
This video will explain matrices and give an overview of the basic operations of using them.
Instructional Video13:40
Curated Video

The Modern JavaScript Bootcamp (2019) - Numbers

Higher Ed
In this lesson, you’ll learn about numbers in JavaScript. This includes creating numbers and performing basic arithmetic operations like addition, subtraction, multiplication, and division. This clip is from the chapter "JavaScript...
Instructional Video5:13
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Arithmetic Operators in Solidity

Higher Ed
In this video, you will learn about arithmetic operators in Solidity and how to use them to perform basic mathematical operations such as addition, subtraction, multiplication, and division on numerical data types like integers and...
Instructional Video8:29
Curated Video

Complete Modern C++ - Operator Overloading - Part I (Basics)

Higher Ed
This video explains the basics of operator overloading and implementation of common unary and binary operators. • Install Qt5 • Implement CMake for your Qt5 directory as shown in the video • Reconfigure and generate the project via CMake...
Instructional Video5:02
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Arithmetic Operator

Higher Ed
In this video, we will dive into the arithmetic operators in JavaScript, including addition, subtraction, multiplication, and division. You will learn to perform basic mathematical operations and manipulate numerical values in code.
Instructional Video3:21
Let's Tute

Creating Basic Formulas in Excel

9th - Higher Ed
In this Microsoft Excel tutorial, we learn how to create basic formulas using operators such as addition, subtraction, multiplication, division, percentage, and exponentiation. The tutorial provides step-by-step instructions on how to...
Instructional Video15:32
Instructional Video6:06
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Variable and Operator: Bool Data Type in Python

Higher Ed
In this video, we will cover Bool data type in Python. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Instructional Video1:44
Curated Video

Core Java Programming Course- Relational Operators in Java

Higher Ed
This video discusses the different relational operators in Java. This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the...
Instructional Video7:35
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Build a Random Generator Function

Higher Ed
In this video, you will learn how to build a random generator function in Solidity. The video will cover the basic principles of generating random numbers in a deterministic environment like the Ethereum blockchain. This clip is from the...
Instructional Video10:46
Brian McLogan

Pre-Calculus - Learn the basic operations of complex numbers

12th - Higher Ed
In this math tutorial I will show you how write a complex number in standard form after simple operations have been performed. You will learn how to find the value of real and imaginary numbers in a complex number and then write it in...
Instructional Video6:07
Curated Video

Excel VBA Programming The Complete Guide - Mathematical Operations

Higher Ed
In this lesson, we dive into the mathematical operators for • addition ( + ) • subtraction ( - ) • multiplication ( * ) • division ( / ) • exponentiation ( ^ ) • modulo ( Mod ) This clip is from the chapter "Variables and Data Types" of...
Instructional Video11:46
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Basic Router Configuration

Higher Ed
All routers share some basic configuration steps every tech must know. From router passwords to LAN IDs, this is the place to learn about these settings. This clip is from the chapter "Local Area Networking" of the series "CompTIA A+...
Instructional Video8:28
Brian McLogan

Understanding the Composition of Two Functions Teacher Explains

12th - Higher Ed
Learn how to compose two linear functions. To compose two functions means to express one of the functions as a function of the other function. This is done by replacing the input variable of one of the functions with the value of the...
Instructional Video2:59
Brian McLogan

What does a square root mean and how can we understand it using inverse operations

12th - Higher Ed
👉 Learn the basics of simplifying radicals. A radical is an expression having the root/radical symbol. A radical expression can also be rewritten as an expression with fractional/rational exponent. The number outside the radical symbol...
Instructional Video2:20
Brian McLogan

What do you need to know to solve one step equations

12th - Higher Ed
👉 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...
Instructional Video9:36
Brian McLogan

Solve basic rational equations and explain extraneous solutions

12th - Higher Ed
Solve basic rational equations and explain extraneous solutions
Instructional Video2:57
Brian McLogan

What are inverse operations

12th - Higher Ed
👉 Learn how to simplify mathematics expressions. A mathematis expression is a finite combination of numbers and symbols formed following a set of operations or rules. To simplify a mathematics expression means to reduce the expression...
Instructional Video3:51
TED-Ed

TED-Ed: One is one or is it? - Christopher Danielson

Pre-K - Higher Ed
One bag of apples, one apple, one slice of apple -- which of these is one unit? Explore the basic unit of math (explained by a trip to the grocery store!) and discover the many meanings of one.
Instructional Video22:13
Curated Video

Logical operators

Pre-K - Higher Ed
Pupil outcome: I can use logical operators to build more complex selection statements. Key learning points: - Logical operators are often used when you need to evaluate multiple relational expressions to return a single value. - Logical...
Instructional Video2:55
Curated Video

C++: Determine if a number is Positive, Negative or Zero

9th - Higher Ed
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...