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
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Operators in Solidity
In this video, you will learn about Operators in Solidity and how they can be used to perform mathematical and logical operations on variables. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Remainder Operator in JavaScript - I
In this video, you will learn about the remainder operator in JavaScript, which is also known as the modulo operator. This operator returns the remainder of a division operation between two numbers and can be useful in a variety of...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Compounding and Augmented Operators in JavaScript
In this video, you will learn about compounding and augmented operators in JavaScript, which are shorthand notations for performing arithmetic operations and assigning the result to a variable. You will explore different ways to use...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Incrementing and Decrementing Operators in JavaScript
In this video, you will learn about incrementing and decrementing operators in JavaScript, which are shorthand notations for adding or subtracting 1 from a variable’s value. You will explore different ways to use these operators and...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Equality and Comparison Operators in JavaScript
In this video, you will explore the different types of comparison and equality operators in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - The Remainder Operator in JavaScript
This is a solution video where you will work on the remainder operator in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript Mastery from Zero to...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Remainder Operator in JavaScript - II
This video is a continuation of the previous one and will cover more advanced use cases for the remainder operator in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Arithmetic Operators in Rust
In this video, you will look at arithmetic operators in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner...
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 Talks
TED: What separates us from chimpanzees? | Jane Goodall
Jane Goodall hasn't found the missing link, but she's come closer than nearly anyone else. The primatologist says the only real difference between humans and chimps is our sophisticated language. She urges us to start using it to change...
JJ Medicine
Alcohol Toxicity | Toxic Effects of Ethanol on Liver Metabolism (Metabolic Consequences)
Video lesson on the negative effects of ethanol on liver metabolism. Alcohol abuse can lead to toxic outcomes on the metabolism of the liver, including dysregulation of glycolysis, lactic acidosis, TCA cycle dysfunction, hypoglycemia,...
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...
Brian McLogan
Simplifying an expression with parenthesis and brackets
In this video series I show you how to simplify an expression by following the order of operations. In these examples we have an expression that has parenthesis and brackets. We simplify the inner most parenthesis first and then work...
msvgo
Force Between Two Parallel Currents - The ampere
This nugget explains the forces of attraction and repulsion between two current carrying conductors. It also explains the working of Roget's spiral to illustrate these phenomena.
Brave Wilderness
Incredible Leaf Mantis!
On this episode of Breaking Trail, Coyote finds a Leaf Mantis in the rainforests of Costa Rica! There are over 2400 species of Mantis in the world but the Leaf Mantis is truly unique with its nearly flawless leaf-like camouflage. Also...
Brian McLogan
Learning to add two basic rational expressions with the same denominators
Learn how to add/subtract rational expressions with monomials in the denominator. When adding or subtracting two or more rational expressions with common denominators, we add or subtract only the numerator while we keep the denominator...
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Review – Modulo and Fun Math in Solidity
In this video, we will review the concepts of modulo and other fun math operations in Solidity. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and...
Domain of Science
How to Read Math
Baffled by equations, well no more! Continue learning at this video's sponsor https://brilliant.org/dos Lots of people find mathematical equations intimidating because they don't make sense. But they are not hard to understand if you...
Brian McLogan
Simple Mistake to Avoid when Evaluating an Expression
When Students go to evaluate a basic expression they often make a simple mistake that is very obvious and easy to miss.
Brian McLogan
I still don't get in simplifying basic expressions
👉 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...
Curated Video
Risk Management 101 for IT Professionals Essential Concepts - Section Introduction - Why We Need Risk Management
This video introduces you to the section. This clip is from the chapter "Why We Need Risk Management" of the series "Risk Management 101 for IT Professionals: Essential Concepts".This section explains the need for risk management.
Curated Video
Modern JavaScript from the Beginning - Second Edition - The Math Object
In this video, we will explore the Math object in JavaScript, which provides a set of built-in methods for performing mathematical operations. We will cover common methods such as round, ceil, floor, random, and more. This clip is from...