Curated Video
PEP8 Guidelines Python Clean Coding - Exercise 1: Inputs and Logical Operations
This video is an exercise on inputs and logical operations in which you will write a code to ask the user to input two numbers. This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Probability Model: Probability Model
In this video, we will cover probability model. This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Curated Video
Determining Real and Imaginary Square Roots
In this lesson, students will learn how to determine whether a square root is a real number or an imaginary number. They will review the concept of square roots and understand that positive square roots represent real numbers that can be...
Curated Video
Arduino for Beginners - 2022 Complete Course - Get the Time with millis() and micros ()
This video explains how to get the time with millis() and micros (). This clip is from the chapter "Time Functionalities- Improve Your Programs and Multitask" of the series "Arduino for Beginners - 2022 Complete Course".This section...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Numerical Operations
After understanding all the different kinds of numbers, we will look at performing operations on these numbers. This clip is from the chapter "Numbers" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
Curated Video
Deep Learning - Deep Neural Network for Beginners Using Python - Problem of Negative Scores
In this video, we will work on the problem of negative scores. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will cover the...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Probability Model: Probability Axioms
In this video, we will cover probability axioms. This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Curated Video
Analyzing Quadratic Equations: Determining the Number of Real Solutions
In this video, the teacher explains how to determine the number of real solutions for a quadratic equation by looking at the discriminant. The discriminant is the part of the quadratic formula that tells us important information about...
Curated Video
Understanding Logarithms: Definition and Evaluation
This video is a lecture presentation that explains the definition of log to the base A of X. The instructor explains the inverse relationship between logarithms and exponentials and demonstrates this using graphs of exponential and log...
Curated Video
Understanding Greater Than and Less Than Relationships on a Number Line
In this lesson, students will learn how to show the relationship between two numbers using greater than and less than symbols. By placing the numbers on a number line, students can visually see how one number is greater or smaller than...
The Business Professor
Accounting for Inventories - Lower of Cost or Market - Example
Professor AJ Kooti provides a detailed examples of how to value inventories using the Lower of Cost or Market method.
Practical Ninjas
How do Digital systems add and subtract in binary? | Binary mathematical operations - I | DE.04
Digital Electronics 04. ----------------------------------- This video covers Binary addition and subtraction with explanatory examples. Binary addition lays the foundation of the arithmetic operations performed by digital systems. This...
Brian McLogan
Learn how to graph a linear inequality
π Learn how to graph linear inequalities written in standard form. Linear inequalities are graphed the same way as linear equations, the only difference being that one side of the line that satisfies the inequality is shaded. Also broken...
Brian McLogan
How to determine if a polynomial function is even or odd
π Learn how to determine if a function is even or odd. A function is even if the graph of the function is symmetrical about the y-axis, or a function is even if f(x) = f(-x). A function is odd if the graph of the function is symmetrical...
Curated Video
Predicting Possible Collisions Using Nonlinear Equations
In this video, students learn how to predict possible collisions by writing and solving a system of nonlinear equations using graphs of quadratic equations. The lesson covers the basics of quadratic equations, including circles,...
Brian McLogan
Master Solving Logarithmic equations by converting to exponential equations
Master Solving Logarithmic equations by converting to exponential equations
Brian McLogan
What does the fundamental theorem of algebra tell us about a polynomial
π Learn about zeros and multiplicity. The zeroes of a polynomial expression are the values of x for which the graph of the function crosses the x-axis. They are the values of the variable for which the polynomial equals 0. The...
KnowMo
Factorizing Quadratics with Non-Unit Leading Coefficient
The video is a lecture presentation on how to factorize quadratic equations where the coefficient of X squared is not equal to 1. The speaker explains the step-by-step process of factoring out the common coefficient, putting it into...
Brian McLogan
Learning to apply the square root method to solve a quadratic equation
πLearn how to solve quadratic equations using the square root method. It is important to understand that not all quadratics have to be solved using factoring or quadratic formula. When we only have one variable but it is squared we can...
KnowMo
Understanding Cubic Graphs and How to Plot Them
In this video, the lecturer explains the concept of cubic graphs and how to plot them on a coordinate plane. They start by defining what a cubic is and then go on to describe the shape of cubic graphs, which have a distinctive "curved"...
Curated Video
Finding the Maximum Value of a Quadratic Function by Completing the Square
In this video, the teacher explains how to find the maximum value of a quadratic function by completing the square. They demonstrate the process using two examples and highlight common mistakes to avoid. By rewriting the function in a...
Brian McLogan
Master The Domain of Rational and Radical Functions
Master The Domain of Rational and Radical Functions
Curated Video
How to Solve Linear Inequalities
In this video lesson we will learn how to solve and graph linear inequalities in one variable. We will learn that a solution set of an inequality can be visually represented by shading the solution on a number line. We will learn how to...