Hi, what do you want to do?
Curated Video
Implement logical operations in a computer program : Logical Operators
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....
Logical operators are typically used with Boolean (logical) values....
Brian McLogan
Taking the derivative of two binomials using product and chain rule
π 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...
Brian McLogan
How to implicitly find the derivative of an equation
π 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...
R Programming 101
Data types in R programming
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...
Brian McLogan
Derivative using chain rule inside product rule
π 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...
Brian McLogan
How to take the derivative with chain rule inside product rule
π 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...
Packt
Use different data types : Data Types
From the section: Jumping In. This section will cover topics such as syntax, variables, data types, strings, and many more. Jumping In: Data Types
Curated Video
Describe a function : Functions in Python
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.
This video explains the various functions in Python.
FuseSchool
Algebraic Fractions
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...
In this video we look at how to simplify algebraic...
Curated Video
Evaluating Expressions with Parentheses
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...
Curated Video
Introduction to Differentiation of Small Positive Integer Powers of X
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...
Brian McLogan
Evaluate the sum of two angles with cosine
π 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...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Map and Flat Map Transformations
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...
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...
KnowMo
Introduction to Formula: Understanding Mathematical Operations for Calculating Variables
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...
Brian McLogan
Learn how to solve a trigonometric equation using sum and difference formulas
π 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....
Curated Video
Introduction to Factor Theorem and Factoring Polynomials
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...
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...
Brian McLogan
How to use the FTC to evaluate the definite integral of a polynomial
π 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...
Brian McLogan
Graphing and describing multiple transformations
π 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,...
FuseSchool
Factorising Quadratics: Non-Monic
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...
Python Programmer
EDA Python - 17-Pandas_1
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.