Hi, what do you want to do?
Catalyst University
EKG Patterns Atrial Flutter & Atrial Fibrillation
In this playlist, we discuss clinically relevant EKG patterns. This video specifically covers atrial flutter and atrial fibrillation.
Curated Video
Comparing Decimal Numbers Using Base 10 Blocks
In this video lesson, students learn how to compare decimal numbers by using base 10 blocks. We explain the different representations of decimal values and introduce the symbols for greater than, less than, and equal to. Through visual...
KnowMo
Introduction to Rate of Change and its Interpretation on Graphs
This video is an educational lecture on the topic of rate of change in mathematics. The speaker begins by explaining that rate of change relates to how one quantity changes in relation to another and is commonly represented by the...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Python Basics: Looping and an Exercise
From the section: Python Crash Course [Optional]. In this section, we’ll continue diving into Python data structures with tuples and dictionaries, functions, Boolean Operations and Loops, and libraries like Pandas, MatPlotLib and...
Brian McLogan
Solving and graphing an inequality with a variable on the same side
👉 Learn how to solve multi-step linear inequalities having no parenthesis. An inequality is a statement in which one value is not equal to the other value. An inequality is linear when the highest exponent in its variable(s) is 1. (i.e....
Brian McLogan
Solving and graphing a one step inequality
👉 Learn how to solve one step inequalities. When solving one step inequalities we will use inverse operations to isolate the variable. To represent our solution we will graph on the number line and use open and closed points based on the...
Brian McLogan
Graphing a linear equation in standard form using the intercept method
👉 Learn how to graph linear equations written in standard form. When given a linear equation in standard form, to graph the equation, we first rewrite the linear equation in slope intercept form, (i.e. in the form y = mx + c, where m is...
Brian McLogan
How to classify a triangle using the Pythagorean inequality Theorem ex 2
👉 Learn how to classify triangles. A triangle is a polygon with three sides. Triangles are classified on the basis of its angles or on the basis of its side lengths. The classification of triangles on the bases of its angles are: acute,...
Brian McLogan
CCSS What is the difference between Acute, Obtuse, Right and Straight Angles
👉 Learn how to define angle relationships. Knowledge of the relationships between angles can help in determining the value of a given angle. The various angle relationships include: vertical angles, adjacent angles, complementary angles,...
Curated Video
Introduction to Other Straight Line Equation Formats
The video discusses different formats for writing straight line equations, with a focus on the values of Y, X, M, and C. The lecturer explains how to calculate the gradient of a line and how to use it with given coordinate points to find...
Curated Video
Learn and Master C Programming - Working with single-dimension arrays in C/C++
We will see how we can declare and process a single-dimensional array in C/C++.
r/>
This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we will look at...
r/>
This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we will look at...
Curated Video
Bash Shell Scripting - Standard I/O Concepts
This video explains the standard concepts of I/O.
r/>
This clip is from the chapter "Standard I/O Concepts" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on...
r/>
This clip is from the chapter "Standard I/O Concepts" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on...
Brian McLogan
Solve by factoring when a is greater than one
we find two factors of the product of the constant term (the term with no variable) and the coefficient of the squared variable whose sum gives the linear term. These factors are now placed in separate brackets with x to form the factors...
Brian McLogan
Learn how to solve a linear programming problem
Learn how to solve problems using linear programming. A linear programming problem involves finding the maximum or minimum value of an equation, called the objective functions, subject to a system of inequalities, called the constraints....
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 24 - Java Conditionals and If Statement - Exercise Statements
This video talks about Java conditionals and if statement - exercise statements.
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for...
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for...
Brian McLogan
Find the X intercept of a logarithm with a horizontal shift
👉 Learn all about graphing logarithmic functions. A logarithmic function is a function with logarithms in them. The graph of the parent function of a logarithmic function usually takes its domain from the positive x-axis. To graph a...
Brian McLogan
How to graph an exponential function by using a table
👉 Learn how to graph exponential functions. An exponential function is a function that increases rapidly as the value of x increases. To graph an exponential function, it is usually very useful to make the table of values of the...
Brian McLogan
How to determine the domain and range of the exponential graph
👉 Learn all about graphing exponential functions. An exponential function is a function whose value increases rapidly. To graph an exponential function, it is usually useful to first graph the parent function (without transformations)....
Brian McLogan
Given transformations find the vertical asymptote, domain and x intercepts
👉 Learn all about graphing logarithmic functions. A logarithmic function is a function with logarithms in them. The graph of the parent function of a logarithmic function usually takes its domain from the positive x-axis. To graph a...
Curated Video
Representing Fractions Greater than One on a Number Line
In this video, the teacher explains how to represent fractions greater than one using a number line. They demonstrate different ways to show fractions, such as using area models and sets. The teacher also emphasizes the importance of...
The March of Time
1939: U.S. CITIES & TOWNS: VS City skyscrapers, crowded street intersection, traffic on highway, town streets, woman leaving grocery store. INT VS Butcher shop, grocery store clerk & customer. Lifestyle
MOT 1939: U.S. CITIES & TOWNS: VS City skyscrapers, crowded street intersection, traffic on highway, town streets, woman leaving grocery store. INT VS Butcher shop, grocery store clerk & customer. Lifestyle
friEdTech
Learn to use Autocrat 3.0
In this tutorial, you will learn to use the latest version of Autocrat (as of December 2016) to create certificates (or anything else you'd like). Autocrat is really like having a robot do your work, so trust me on this, it's VERY much...
Python Programmer
EDA Python - 08-5_conditionals
Conditionals are another essential of decision making when programming. We cover them in this video.