Brian McLogan
Learn to solve a basic one step inequality
👉 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...
Curated Video
Basic Maths Operations in Small Basic Programming
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...
Curated Video
Core Java Programming Course- Arithmetic Operators in Java
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...
Curated Video
Matrices and Basic Operations
This video will explain matrices and give an overview of the basic operations of using them.
Curated Video
The Modern JavaScript Bootcamp (2019) - Numbers
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Arithmetic Operators in Solidity
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...
Curated Video
Complete Modern C++ - Operator Overloading - Part I (Basics)
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Arithmetic Operator
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.
Let's Tute
Creating Basic Formulas in Excel
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Basic Operators and If Statements
This video explains basic operators and If statements.
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Variable and Operator: Bool Data Type in Python
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...
Curated Video
Core Java Programming Course- Relational Operators in Java
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Build a Random Generator Function
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...
Brian McLogan
Pre-Calculus - Learn the basic operations of complex numbers
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...
Curated Video
Excel VBA Programming The Complete Guide - Mathematical Operations
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...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Basic Router Configuration
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+...
Brian McLogan
Understanding the Composition of Two Functions Teacher Explains
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...
Brian McLogan
What does a square root mean and how can we understand it using inverse operations
👉 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...
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...
Brian McLogan
Solve basic rational equations and explain extraneous solutions
Solve basic rational equations and explain extraneous solutions
Brian McLogan
What are inverse operations
👉 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...
TED-Ed
TED-Ed: One is one or is it? - Christopher Danielson
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.
Curated Video
Logical operators
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...
Curated Video
C++: Determine if a number is Positive, Negative or Zero
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++,...