Curated Video
Identifying Function Properties Using Algebra and Real-World Examples
In this lesson, students will learn how to determine whether relations are functions by using the vertical line test and analyzing algebraic equations. They will understand that not all equations are functions, and that it is important...
Brian McLogan
Derivative of inverse function given an equation
👉 Learn how to find the derivative of the inverse of a 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...
APMonitor
Python🐍 Functions
Functions create modular code that can do the same task repeatedly without you having to type out the same code each time. Functions make complex code accessible with a single statement. You also can create your own function, but there...
Curated Video
Modify a data structure : Big O Notation and Calculating the Runtime of a Function
From the section: Linked Lists. Linked Lists: Big O Notation and Calculating the Runtime of a Function Linked Lists: Big O Notation and Calculating the Runtime of a Function
Curated Video
Exploring Horizontal Translations of Linear Equations
In this lesson, students will learn about horizontal translations of linear equations. They will explore the similarities and differences between two functions, F of X and G of X, and understand how the graphs of these functions are...
Curated Video
Deep Learning with Python (Video 15)
Deep learning is currently one of the best providers of solutions regarding problems in image recognition, speech recognition, object recognition, and natural language with its increasing number of libraries that are available in Python....
Curated Video
Deep Learning with Python (Video 17)
Deep learning is currently one of the best providers of solutions regarding problems in image recognition, speech recognition, object recognition, and natural language with its increasing number of libraries that are available in Python....
Programming Electronics Academy
Introduction to User Defined Functions: Arduino Course 8
A description of User Defined Functions in programming.
Curated Video
Exploring Function Notation
Explore the concept of renaming a function using function notation. They demonstrate how to determine if a graph is a function using the vertical line test and solve equations for Y to determine if Y is a function of X.
Curated Video
Complete Python Scripting for Automation - Input and Output Syntax
Basics of variables and Data Types: Input and Output Syntax This clip is from the chapter "Basics of variables and Data Types" of the series "Complete Python Scripting for Automation".The author introduces variables and explains about...
Packt
Evaluate the impact of privacy issues, cyberattacks, and malware on your AI application : Introduction to Various Defense Approaches to Adversarial Attacks
From the section: Choosing the Right Defense. In this section, you will deploy the right defense methods to protect AI systems from attacks by comparing their efficiency. The aim of this video is to give an overview of different defense...
Brian McLogan
How to find the domain of a rational function - domain and range
👉 Learn how to find the domain of rational functions. Recall that the domain of a function is the set of possible input values (x-values) of the function. For a rational function, the denominator cannot be zero. Thus, to find the domain...
Curated Video
Complete Python Scripting for Automation - Arithmetic and Assignment Operators
Operators of Python: Arithmetic and Assignment Operators This clip is from the chapter "Operators of Python" of the series "Complete Python Scripting for Automation".You will learn about various operators of python like Arithmetic and...
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - KStream Aggregation using Aggregate()
In this lecture, you will learn to use the aggregate() method for real-time stream aggregation. This clip is from the chapter "Real-time Aggregates" of the series "Apache Kafka - Real-time Stream Processing (Master Class)".This section...
Planet PE
Why is Ronaldo so good Information Processing Model- GCSE PE
Check out my latest GCSE PE video looking at the Paper 2 Topic of Information Processing. I look through the basic model of input, decision making, output and feedback and use Cristiano Ronaldo to try and explain how expert performer are...
Brian McLogan
Finding the rule for a linear function when given a table - How to solve math problems
👉 How to write the rule of a function given the table of values. To write the rule of a function from the table is somehow tricky but can be made easier by having prior knowledge of the type of function. If the function is a linear...
Brian McLogan
Find the derivative of the inverse of a trig equation
👉 Learn how to find the derivative of the inverse of a 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...
Brian McLogan
How to evaluate the sum of two functions
👉 Learn how to add or subtract two functions. Given two functions, say f(x) and g(x), to add (f+g)(x) or f(x) + g(x) or to subtract (f - g)(x) or f(x) - g(x) the two functions we use the method of adding/subtracting algebraic expressions...
APMonitor
Solve Differential Equations in MATLAB and Simulink
This introduction to MATLAB and Simulink ODE solvers demonstrates how to set up and solve either one or multiple differential equations. The equations can be linear or nonlinear.
Brian McLogan
Find the derivative of inverse of a function given values
👉 Learn how to find the derivative of the inverse of a 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...
Curated Video
Recognize the Characteristics of a Linear Function
Understand how to recognize a linear function by examining its four representations: graph, algebraic equation, numeric table, and verbal description. Use examples to demonstrate the concept and highlight common mistakes. By...
Programming Electronics Academy
Diving into a new Code Library: Arduino Course 6.5
A description of how to explore a code library.
Programming Electronics Academy
Map Function: Arduino Course 5.7
A demonstration of the map() function in Arduino.
Curated Video
UX Design for Web Developers (Video 25)
User experience (UX) design is a theoretical understanding of how users interact with websites. The major challenge developers building a company website face is finding the right balance that fulfills the objectives of the company as...