Packt
Recursion Example - Factorial of a Number
This video provides a recursion-based example and explains how to get the factorial of a number. This clip is from the chapter "Essential Concepts - II" of the series "Data Structures and Algorithms: The Complete Masterclass".This is the...
Professor Dave Explains
Standing Waves and Harmonics
Not all waves travel across the ocean or across the universe. Some are stuck in a certain spot! Like the vibrations of the strings on a guitar. What's the deal with these standing waves? And what's this, quantization? Oh my! We'd better...
KnowMo
Simplifying Surds: Four Rules You Need to Know
This video explains the concept of surds and provides three key rules for simplifying them. It covers the rule of squaring the square root of a number, combining the square roots of two numbers when they are multiplied, and separating...
msvgo
Subtraction of Integers
It explains to subtract two positive integers, two negative integers, to subtract one positive and one negative integers, to subtract integers on number line.
Curated Video
Learn and Master C Programming - Operators & Expressions in C
We will cover arithmetic, relational and logical operators. This clip is from the chapter "Operators & Expressions" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into operators and...
Virtually Passed
A better way to understand Differential Equations | Nonlinear Dynamics (Part 4) | Index Theory
Index theory is a method used to gain global information about a nonlinear differential equation. One powerful insight is that closed orbits (periodic solutions) must have at least one fixed point inside of the curve. In fact, for a...
Curated Video
Learn and Master C Programming - Using 'do...while' Loops in C/C++
We will learn about 'do'...'while' loops in C/C++ and how they differ from both 'for' and 'while' loops. This clip is from the chapter "Loops, Jump keywords & Control Flow" of the series "Learn and Master C Programming For Absolute...
FuseSchool
MATHS - Numbers - Approximation and Estimation
An approximation is anything that is similar, but not exactly the same as something else. For example, if you were to say a 57 minute journey would take “about an hour”, you would be approximating. A value can be approximated by...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 10 - Java Character Data Type char - Representation and Conversion
In this video, we will learn about Java character data type char - representation and conversion. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java 16".In...
Why U
Pre-Algebra 17 - Improper Fractions and Mixed Numbers
Sometimes arithmetic operations result in fractions greater than one, called "improper" fractions. An improper fraction can be converted into a "mixed number" composed of an integer plus a "proper" fraction.
Curated Video
Finding Square Roots of Perfect Squares
In this video, the teacher explains how to find the square root of perfect squares by visualizing squares and using new notation. They also discuss the definition of a square root and explain why not all numbers have exact square roots....
msvgo
Properties of Addition and Subtraction of Integers
It explains the closure, commutative and associative properties of addition and subtraction of integers. It also explains how 0 is the additive identity for integers.
Zach Star
Random things that will (likely) surprise you
Random things that will (likely) surprise you
Curated Video
Understanding Rational Numbers
In this video, the teacher explains the concept of rational numbers. They define rational numbers as numbers that can be expressed as fractions, where both the numerator and denominator are integers. The teacher also discusses how...
Let's Tute
Origin History - Numbers
Lets know some interesting facts on the history and origin of numbers . Get answers to all the questions about numbers - History & origins of Numbers - Types of Numbers - Uses of Numbers
Why U
Pre-Algebra 13 - Reciprocals and Division With Fractions
When working with fractions, division can be converted to multiplication by the divisor's reciprocal. This chapter explains why.
Fun Robotics
Summary and Project [Unsupervised Learning and Clustering, User-defined Functions in Python, Modules in Python]
Summarize the class and explain the class project
FuseSchool
MATHS - Numbers - Fractions Multiplication and Division
In this video, we are going to look at how to multiply and divide fractions. Multiplying fractions is arguably the easiest method of the four main functions when dealing with fractions, so we will look at this first.
Math Fortress
GRE Arithmetic: Integers (Part 2 of 4)
This video covers the basics of integers. Topics covered include: Multiplication, Multiples, Factors (Divisors), Lowest Common Multiple (LCM), and the Greatest Common Divisor (GCD) also known as the Greatest Common Factor (GCF).
Fun Robotics
NumPy Library Part 1
Investigating the NumPy Python library and how to use it efficiently
Python Programmer
EDA Python - 06-4_variables_and_ids
Where are variables stored and how do they store their contents. An important topic.
Curated Video
Beginning Python (Video 4)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...