Instructional Video4:10
Brian McLogan

Derivative using chain rule inside product rule

12th - Higher Ed
πŸ‘‰ Learn how to find the derivative of a function using the chain rule. The derivative of a function, y = f(x), is the measure of the rate of change of the function, y, with respect to the variable x. The process of finding the derivative...
Instructional Video4:37
Brian McLogan

How to take the derivative with chain rule inside product rule

12th - Higher Ed
πŸ‘‰ Learn how to find the derivative of a function using the chain rule. The derivative of a function, y = f(x), is the measure of the rate of change of the function, y, with respect to the variable x. The process of finding the derivative...
Instructional Video3:43
Packt

Use different data types : Data Types

Higher Ed
From the section: Jumping In. This section will cover topics such as syntax, variables, data types, strings, and many more. Jumping In: Data Types
Instructional Video4:10
Curated Video

Describe a function : Functions in Python

Higher Ed
From the section: Python Fundamentals. This section will help you to learn about the Python fundamentals and setup. This video explains the various functions in Python.
Instructional Video2:22
FuseSchool

Algebraic Fractions

6th - Higher Ed
Algebraic fractions are simply fractions with algebraic expressions either on the top, bottom or both. We treat them in the same way as we would numerical fractions. In this video we look at how to simplify algebraic fractions, and how...
Instructional Video4:55
Curated Video

Evaluating Expressions with Parentheses

K - 5th
In this video, the teacher explains how to evaluate expressions by interpreting parentheses as "do this first." The examples provided involve multiplication, subtraction, and addition, and the teacher emphasizes the importance of...
Instructional Video6:13
Curated Video

Introduction to Differentiation of Small Positive Integer Powers of X

Higher Ed
The video discusses the differentiation of small positive integer powers of X using the first principles method. The presenter explains how to find the gradient of curves for functions such as X^2, X^3, X^5, and 3X^2 by taking the limit...
Instructional Video4:46
Brian McLogan

Evaluate the sum of two angles with cosine

12th - Higher Ed
πŸ‘‰ Learn how to evaluate the cosine of an angle in radians using the sum/difference formulas. To do this, we first express the given angle as a sum or a difference of two (easy to evaluate) angles, then we use the unit circle and the...
Instructional Video7:16
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Map and Flat Map Transformations

Higher Ed
Let's learn about map and flat map transformations in this session. This clip is from the chapter "RDD Crash Course" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section primarily focuses on RDD...
Instructional Video4:46
KnowMo

Introduction to Formula: Understanding Mathematical Operations for Calculating Variables

9th - Higher Ed
This video is an introduction to formula and how to use it in mathematical operations to calculate variable values. Using the example of calculating the cost of a taxi ride based on distance, the video explains how to convert information...
Instructional Video4:02
Fun Robotics

NumPy Library Part 2

Higher Ed
Exploring additional usage of the NumPy Python library
Instructional Video4:35
Brian McLogan

Learn how to solve a trigonometric equation using sum and difference formulas

12th - Higher Ed
πŸ‘‰ Learn how to solve equations using the angles sum and difference identities. Using the angles sum and difference identities, we are able to expand the trigonometric expressions, thereby obtaining the values of the non-variable terms....
Instructional Video10:30
Curated Video

Introduction to Factor Theorem and Factoring Polynomials

Higher Ed
The video is a lecture presentation about the factor and remainder theorems in mathematics. The presenter explains how to use the factor theorem to find factors and remainders of polynomials by substituting specific values and also...
Instructional Video3:32
Brian McLogan

Summary for Expanding logarithmic expressions

12th - Higher Ed
πŸ‘‰ 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...
Instructional Video4:48
Brian McLogan

How to use the FTC to evaluate the definite integral of a polynomial

12th - Higher Ed
πŸ‘‰ Learn how to evaluate the integral of a function. The integral, also called antiderivative, of a function, is the reverse process of differentiation. Integral of a function can be evaluated as indefinite integral or as a definite...
Instructional Video4:51
Brian McLogan

Graphing and describing multiple transformations

12th - Higher Ed
πŸ‘‰ Learn how to identify transformations of functions. Transformation of a function involves alterations to the graph of the parent function. The transformations can be dilations, translations (shifts), reflection, stretches, shrinks,...
Instructional Video3:59
FuseSchool

How To Add Positive & Negative Numbers

6th - Higher Ed
Learn how to add positive and negative integers!
Instructional Video3:58
FuseSchool

Factorising Quadratics: Non-Monic

6th - Higher Ed
In this video we’re going to discover how to factorise quadratics that don’t have 1 as the coefficient of the x-squared term. These are called non-monic quadratics. We can do it by trial and error and just spotting the factors, but this...
Instructional Video19:58
Python Programmer

EDA Python - 17-Pandas_1

Higher Ed
Pandas is the most important and useful package for Exploratory Data Analysis with python. In the next 5 videos we will be using python and pandas to analyse covid-19 data. We start in this video by loading data into a pandas dataframe.
Instructional Video3:37
FuseSchool

How To Subtract Positive & Negative Numbers

6th - Higher Ed
Learn how to substract positive and negative integers!
Instructional Video7:42
Curated Video

Enlargements in Graph Transformations

Higher Ed
The video is a lecture presentation on the topic of transformations of graphs, with a focus on enlargements. The presenter explains the concept of multiplying a function by a constant or the X variable, which results in a stretch or...
Instructional Video3:13
Brian McLogan

How to use properties of logs to expand an expression with roots

12th - Higher Ed
πŸ‘‰ Learn how to expand logarithmic expressions involving radicals. A logarithmic expression is an expression having logarithms in it. To expand logarithmic expressions means to use the logarithm laws to expand (open up) logarithm...
Instructional Video10:49
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Python Basics: Whitespace, Imports, and Lists

Higher Ed
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 Seaborn...
Instructional Video7:30
Curated Video

Bash Shell Scripting - Arithmetic Comparison Operators

Higher Ed
This video focusses on arithmetic comparison operators. This clip is from the chapter "Operators" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on operators.