Instructional Video6:52
Curated Video

Implement logical operations in a computer program : Logical Operators

Higher Ed
From the section: Basics. In this section, we look into comments, variables and its types, list, tuples, dictionary, various operators, and loops in details.



Logical operators are typically used with Boolean (logical) values....
Instructional Video6:50
KnowMo

Introduction to Quadratics

3rd - Higher Ed
Introduction to Quadratics
Instructional Video4:43
Brian McLogan

Taking the derivative of two binomials using product and chain 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:21
Brian McLogan

How to implicitly find the derivative of an equation

12th - Higher Ed
πŸ‘‰ Learn how to find the derivative of an implicit function. 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 of a...
Instructional Video7:07
R Programming 101

Data types in R programming

Higher Ed
In this video I provide an overview of the five main types of data used in R programming. These are character, factor, integer, continuous and logical. I show how you can look at the structure of a dataframe and change the data type for...
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.<b<br/>r/>

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...
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.
r/>
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...
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

3rd - 12th
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: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 Video3:59
FuseSchool

How To Add Positive & Negative Numbers

6th - Higher Ed
Learn how to add positive and negative integers!
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.