Curated Video
Complete Python Scripting for Automation - Tuples
Data Structures of Python: Tuples This clip is from the chapter "Data Structures of Python" of the series "Complete Python Scripting for Automation".In this section, the author introduces Data structures and types of Data Structures like...
Brian McLogan
What does it mean to isolate a variable
π Learn all about the processes and definitions for solving linear equations. You will gain a better understanding about the vocabulary and steps used to solve liner equations such as how to isolate an equation and apply inverse...
Math Fortress
Calculus III: Two Dimensional Vectors (Level 7 of 13)
This video is a review of Two Dimensional Vectors. This video goes over 5 examples that make use of the algebraic definition of scalar multiplication and vector addition.
Brian McLogan
What do I need to know to solve a system of equations by substitution
π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...
Brian McLogan
What is the solution to an equation
π Learn all about the processes and definitions for solving linear equations. You will gain a better understanding about the vocabulary and steps used to solve liner equations such as how to isolate an equation and apply inverse...
Curated Video
Using Line Plots to Distribute Items Equally
In this video, students learn how to use line plots to redistribute items equally, using operations and information presented in the plot. The example used is redistributing juice at a birthday party, where students figure out the total...
Brian McLogan
Solving a linear equation using two steps
π Learn how to solve two step linear equations. A linear equation is an equation whose highest exponent on its variable(s) is 1. To solve for a variable in a two step linear equation, we first isolate the variable by using inverse...
Curated Video
Compare different types of data structures : Treaps
From the section: Tree-Based Data Structures. In this section, we will go over a few robust tree-based data structures, that are indispensable for efficiently solving various query-related problems. In this video, we cover an efficient...
Curated Video
C++ for Beginners - Precedence
Your instructor, discusses operator precedence. This clip is from the chapter "Operators and Precedence" of the series "C++ for Beginners".Understanding Comments: Useful VS Redundant
Brian McLogan
Solving a proportion by cross multiplication with decimals
π Learn how to solve proportions. Two ratios are said to be proportional when the two ratios are equal. Thus, proportion problems are problems involving the equality of two ratios. When given a proportion problem with an unknown, we...
Brian McLogan
Summary for solving one step equations
π Learn all about the processes and definitions for solving linear equations. You will gain a better understanding about the vocabulary and steps used to solve liner equations such as how to isolate an equation and apply inverse...
NASA
βHouston We Have a Podcast: Mission Control
Mary Lawrence, Flight Director in Mission Control Houston, talks about what itβs like inside Mission Control, what it takes to be a flight controller and flight director, how mission control has evolved, and what it may look like in the...
Brian McLogan
Summary for Expanding logarithmic expressions
π Learn how to condense/expand logarithmic expressions. A logarithmic expression is an expression having logarithms in it. To condense logarithmic expressions means to use the logarithm laws to reduce logarithm expressions from the...
Curated Video
Complete Python Scripting for Automation - compile operation (Execute all re operations on compile object)
Regular expression with re module: compile operation (Execute all re operations on compile object) This clip is from the chapter "Regular expression with re module" of the series "Complete Python Scripting for Automation".In this...
Brian McLogan
Finding the quotient of two mixed numbers
π Learn how to divide mixed numbers. To divide mixed numbers, we first convert the mixed numbers to improper fractions. After we have converted the mixed numbers to improper fractions, we can then multiply the first fraction by the...
Why U
Algebra 52 - An Introduction to Matrices
Matrices are an important class of mathematical object used in many branches of mathematics, science and engineering. This lecture also introduces augmented matrices, a compact easy-to-manipulate representation of systems of linear...
Curated Video
Complete Python Scripting for Automation - Introduction to sys module
sys module: Introduction to sys module This clip is from the chapter "sys module" of the series "Complete Python Scripting for Automation".In this section, the author introduces sys module and working with command line arguments with an...
Curated Video
Disaster Recovery Planning: Ensuring Business Continuity
Business continuity ensures that business processes can continue despite interruptions. Continuity of Operations (COOP), Disaster Recovery Plans (DRPs), as well as hot, warm, and cold alternate sites are discussed.
This clip is from...
The Business Professor
Authority of Debtor in Possession to Use Business Assets
Authority of Debtor in Possession to Use Business Assets
Curated Video
Mastering Swift 2 Programming (Video 45)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Curated Video
Call a function : Demo - String Operations
From the section: Data Operations. In this section, you will learn about the different types of operators used in Python. This section will teach you the building blocks for any kind of operations in Python. Data Operations: Demo -...
Brian McLogan
Adding, subtracting, multiplying and dividing two functions
π Learn how to apply operations to functions such as adding, subtracting, multiplying, and dividing to two functions. To add/subtract/multiply or divide two functions, we algebraically add/subtract/multiply or add the rules (contents) of...
Brian McLogan
What is the definition of range of a relation
π Learn about every thing you need to know to understand the domain and range of functions. We will look at functions represented as equations, tables, mapping, and ordered pairs. The domain is the set of all possible x or input values...
Brian McLogan
How to solve one step equations
π Learn all about the processes and definitions for solving linear equations. You will gain a better understanding about the vocabulary and steps used to solve liner equations such as how to isolate an equation and apply inverse...