Instructional Video4:25
Curated Video

Understanding Equations with Infinite Solutions

K - 5th
In this video, the teacher explains the concept of equations having infinite solutions. They use simple examples and visuals to help students understand how to identify equations with infinite solutions and why they occur.
Instructional Video11:51
Curated Video

Complete Python Scripting for Automation - Identity and Membership operators

Higher Ed
Operators of Python: Identity and Membership operators This clip is from the chapter "Operators of Python" of the series "Complete Python Scripting for Automation".You will learn about various operators of python like Arithmetic and...
Instructional Video13:18
Curated Video

C++ for Beginners - Arrays

Higher Ed
In this section, David discusses arrays. This clip is from the chapter "Arrays" of the series "C++ for Beginners".Arrays
Instructional Video7:55
Let's Tute

Solving Pair of Linear Equations using Algebraic Method: Elimination Method

9th - Higher Ed
In this video, the teacher explains how to solve pairs of linear equations using algebraic methods, specifically the elimination method. They provide examples and explain how to decide whether to add or subtract the equations based on...
Instructional Video5:52
Curated Video

Mastering Quantitative Skills for Economics

12th - Higher Ed
The video discusses the essential quantitative skills that modern-day economists should possess to successfully handle and interpret data and statistics related to economies, trade figures, and budget figures. The video goes over various...
Instructional Video21:11
Curated Video

Complete Python Scripting for Automation - How to use Functions of one script into another script, what is __name__ ?

Higher Ed
Functions: How to use Functions of one script into another script, what is __name__ ? This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting...
Instructional Video2:30
Brian McLogan

Solving a system of equation with infinite solutions using substitution

12th - Higher Ed
πŸ‘‰Learn how to solve a system of equations by substitution. To solve a system of equations means to obtain a common values of the variables that makes the each of the equation in the system true. To solve a system of equations by...
Instructional Video13:30
Programming Electronics Academy

Tutorial 11: If Statement Conditionals: Arduino Course for Absolute Beginners (ReM)

Higher Ed
In the last lesson we learned about the "If statement". The "If statement" was the perfect choice for setting up instructions to run only when certain conditions are met. "If 30 seconds has passed - stop the heating element" or "If the...
Instructional Video11:58
APMonitor

Java β˜• Methods

10th - Higher Ed
A method is a reusable bit of code that you can activate or call at any point in your code. Writing a Method In a previous lesson, we wrote a short program that printed out the temperatures of lab one and lab two. We may want to do this...
Instructional Video3:08
ACDC Leadership

Short-Run Cost Curves (Part 2)- Micro Topic 3.2

12th - Higher Ed
In this video I explain how to draw and analyze the cost curves. Most teacher sad professors focus on the per unit cost curves. That included marginal cost, average total cost, average variable costs, and the average fixed cost. Each...
Instructional Video4:26
Brian McLogan

Solving a System of Equations by Elimination with Adding

12th - Higher Ed
πŸ‘‰Learn how to solve a system (of equations) by elimination. A system of equations is a set of equations which are collectively satisfied by one solution of the variables. The elimination method of solving a system of equations involves...
Instructional Video4:09
Brian McLogan

Using Parallel Lines to Find your Variables X and Y

12th - Higher Ed
πŸ‘‰ Learn how to solve for an unknown variable using parallel lines and a transversal theorems. Two lines are said to be parallel when they have the same slope and are drawn straight to each other such that they cannot meet. In geometry,...
Instructional Video3:10
Brian McLogan

Using Consecutive Interior Angles to Prove Parallel Lines

12th - Higher Ed
πŸ‘‰ Learn how to prove parallel lines and relationship between parallel lines and transversals. You also learn how to find the missing value to show you that two angles are supplementary or equal to prove parallel lines. This is based off...
Instructional Video10:48
APMonitor

Java β˜• Classes and Objects

10th - Higher Ed
One of the biggest advancements in programming in the last few decades is called object oriented programming. Many of the most used programming languages today, including Java, are object oriented. This means that programmers can...
Instructional Video5:10
Curated Video

Expanding Linear Expressions with Rational Coefficients

K - 5th
In this video, we learn how to expand linear expressions with multiplication, addition, and subtraction. We explore the concept of rational coefficients and the importance of combining like terms. The properties of real numbers, such as...
Instructional Video14:38
Curated Video

C++ for Beginners - Long and Short Data Types

Higher Ed
David, your instructor, discusses how data types can be different sizes. This clip is from the chapter "Errors and Data Types" of the series "C++ for Beginners".Outputting Errors
Instructional Video5:08
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - MacOS - Testing the Spark Installation

Higher Ed
We will be testing our Spark installation for macOS in this session. This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section will...
Instructional Video4:46
Brian McLogan

Solve a trigonometric function with sine on both sides

12th - Higher Ed
πŸ‘‰ Learn how to solve trigonometric equations by factoring out the GCF. When solving trigonometric equations involving the multiples of the same trigonometric function. It is very useful to collect similar trigonometric functions together...
Instructional Video3:47
Curated Video

Discuss the importance of data : Creating Decision tree in Python

Higher Ed
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In the...
Instructional Video4:58
Curated Video

Discuss the importance of data : Dummy Variable creation in Python

Higher Ed
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In the...
Instructional Video3:43
Curated Video

Describe a function : Functions Part 2

Higher Ed
From the section: Advanced Python. This section is about Advanced Python. Advanced Python: Functions Part 2
Instructional Video3:24
Curated Video

Finding and Using the Multiplicative Inverse

K - 5th
In this video, you will learn how to find the multiplicative inverse of a number and use it to write equivalent expressions. The multiplicative inverse, also known as the reciprocal, is the number that, when multiplied by the original...
Instructional Video2:02
Brian McLogan

Solving a linear system by using substitution

12th - Higher Ed
πŸ‘‰Learn how to solve a system of equations by substitution. To solve a system of equations means to obtain a common values of the variables that makes the each of the equation in the system true. To solve a system of equations by...
Instructional Video11:56
Curated Video

C++ for Beginners - Casting

Higher Ed
In this section, your instructor discusses Casting. This clip is from the chapter "Errors and Data Types" of the series "C++ for Beginners".Outputting Errors