Programming Electronics Academy
Tutorial 09: How to read voltages with analogRead(): Arduino Course for Absolute Beginners (ReM)
In the last lesson you learned about using the analogRead() function to collect data from a sensor connected to one of the Arduino' analog pins. The range of data we received from the analogRead() function, was mapped from 0 to 1023....
Python Programmer
EDA Python - 06-1python_Calc
Getting started with python. An introduction to using python with simple mathematical expressions.
Curated Video
Using Standard Form in Chemistry: Expressing Large and Small Numbers for Calculations
The video explains the use of standard form in chemistry to express very large or very small numbers in a more manageable way for calculations. It provides examples of converting numbers to standard form and demonstrates how to multiply...
Brian McLogan
Learn how to graph an ellipse by re writing the equation from completing the square
Learn how to graph horizontal ellipse which equation is in general form. A horizontal ellipse is an ellipse which major axis is horizontal. When the equation of an ellipse is written in the general form, we first rewrite it in standard...
APMonitor
Java ☕ Variables
One of the most useful resources in all of programming are variables. Just like in math, a variable is a container that represents a value that can change. Let's say you are designing a program that makes automatically makes birthday...
Tarver Academy
Decimal Notation Example Problem
In This Episode, Tyler Teaches Us About Decimal Notation Example Problems
Brian McLogan
Learn how to use a table to graph a quadratic equation
👉 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
Converting Decimals into Fractions
This is a lecture video that explains how to convert decimals into fractions. The presenter begins by defining what fractions are and pointing out the importance of understanding place value. They then go on to list common decimal to...
KnowMo
Math Basics: Expressing Quantities as Fractions and Percentages
The video explains how to express quantities as fractions or percentages of each other. The instructor uses examples to demonstrate the process of simplifying fractions, calculating fractions of amounts, converting fractions to...
Brian McLogan
Multiplying two numbers in scientific notation
👉 Learn how to multiply numbers written in scientific notations. Scientific notation is a convenient way of writing very large or very small numbers. A number written in scientific notation is of the form a * 10^n where a is the first...
Brian McLogan
When given a geometric sequence,determine the 8th term by using the explicit formula
👉 Learn how to find the nth term of a geometric sequence. A sequence is a list of numbers/values exhibiting a defined pattern. A number/value in a sequence is called a term of the sequence. A geometric sequence is a sequence in which...
Brian McLogan
Graphing a quadratic by using a table and the axis of symmetry
👉 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
Converting Fractions into Decimals: Equivalent Fraction Method and Division Method
This video provides an explanation of how to convert fractions into decimals. The video begins by defining what fractions are and the meaning of their numerator and denominator. The presenter then goes through some common...
Curated Video
Division of Decimal Numbers by 10 and 100 Using Place Value
In this video, students learn how to divide decimal numbers by 10 and 100 using their understanding of place value. They are taught that dividing by 10 or 100 involves shifting the decimal point to the left, and that dividing by a power...
Brian McLogan
How to find the vertices, foci and center of an ellipse
Learn how to graph horizontal ellipse not centered at the origin. A horizontal ellipse is an ellipse which major axis is horizontal. To graph a horizontal ellipse, we first identify some of the properties of the ellipse including the...
Packt
Loan Calculator [Part 2] - Calculate & Error
DOM Projects: Loan Calculator [Part 2] - Calculate & Error This clip is from the chapter "DOM Projects" of the series "Modern JavaScript from the Beginning".In this section, you will learn how to build DOM projects.
Catalyst University
Chemistry Basics of Scientific Notation
In this video, we will explore: 1) How to write a decimal number in scientific notation. 2) How to convert from scientific notation back to decimal notation.
Brian McLogan
Dividing a larger integer into a smaller integer to convert to decimal form 7/ 15
👉 In this video series you will learn how to divide integers. We will discuss basic division and then move to division using long division. Integers will be single digit as well as multi-digit problems. When a number the divisor does not...
Practical Ninjas
Machine Learning - Introduction to binary number systems | Understanding digital systems | DE 01
Digital Electronics 01. ----------------------------------- This is the first video in the series on Digital Electronics which covers some of the prerequisites for the
Curated Video
Converting Repeating Decimals into Fractions: Proving Rationality
This video introduces the concept of rational numbers and discusses the skepticism surrounding repeating decimals. Through examples and a pattern, the teacher shows how to convert repeating decimals into fractions, providing a clear...
Curated Video
Dividing Whole Numbers by 10 and 100 Using Place Value
In this video lesson, students learn how to divide whole numbers by 10 and 100 by understanding the concept of place value. They discover that when dividing by 10, the digits shift one place to the right, and when dividing by 100, the...
FuseSchool
Is A Number In A Sequence
In this video we are going to look at how we work out whether a number is in sequence or not. We looked at finding the nth term rule, generating sequences from it and finding terms in a sequence from the nth term rule in part 1. Is 730 a...