Curated Video
Complete Python Scripting for Automation - How to use Functions of one script into another script, what is __name__ ?
Functions: How to use Functions of one script into another script, what is __name__ ? This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting...
Brian McLogan
Product rule with cosine and a monomial derivative
👉 Learn how to find the derivative of a function using the product 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...
Curated Video
AWS Certified Cloud Practitioner (CLF-C01)- AWS Step Functions and Amazon SWF
This video is about application integration services: AWS step functions and Amazon SWF. This clip is from the chapter "Application Integration Services" of the series "AWS Certified Cloud Practitioner (CLF-C01) [Updated for 2021]".This...
Brian McLogan
What is vertex form of a parabola EQ
Learn all about parabolas in conic sections. We will discover the basic definitions such as the vertex, focus, directrix, and axis of symmetry. We will also take a look a basic processes such as graphing, writing the equation and...
Brian McLogan
Solve a trigonometric function with sine on both sides
👉 Learn how to solve trigonometric equations by factoring out the GCF. When solving trigonometric equations involving the multiples of the same trigonometric function. It is very useful to collect similar trigonometric functions together...
Professor Dave Explains
Introduction to Psychology
It's time to learn about the mind! This is actually not the same as the brain, which we learned about in the biopsychology series. The mind is located in the brain, but it can't quite be reduced to brain function if we wish to describe...
Curated Video
Describe a function : Functions Part 2
From the section: Advanced Python. This section is about Advanced Python. Advanced Python: Functions Part 2
Curated Video
C++ Developer - The Library
This video explains the library. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Catalyst University
Postulates of Quantum Mechanics: Expectation Values
Postulates of Quantum Mechanics: Expectation Values
Programming Electronics Academy
If Statements in Programming: Arduino Course 5.1
A demonstration of how "if statements" are used in programming.
Curated Video
Restricting the Domain to Create Functions
This video explains the concept of putting restrictions on the domain of a function in order to make it well-defined. They give examples of functions and demonstrate how to determine the values that cause the function to be undefined. By...
Science360
Medicine And Engineering Join Forces To Restore Disfigured Faces
Patients who have suffered devastating facial injuries sometimes go to great lengths to hide themselves from public view. ""I've had patients come to me wearing motorcycle helmets, with the visor pulled down,"" says Michael Miller, chair...
Brian McLogan
Analyzing the characteristics of a polynomial graph
👉 Learn about the characteristics of a function. Given a function, we can determine the characteristics of the function's graph. We can determine the end behavior of the graph of the function (rises or falls left and rises or falls...
Programming Electronics Academy
Array Basics Part Two: Arduino Course 7.3
An introduction to using arrays in programming.