SciShow
How Plants Tell Time
Plants don’t have brains or muscles, and yet some of them can perform such feats as eating insects or following the sun. Scientists haven’t completely figured out how this happens, but they do have some pretty strong leads.
Curated Video
How to Reflect Linear Functions
In this video lesson we will learn how to reflect a linear function. We will also learn how to identify a reflection using a graph and how to represent a linear reflection using function notation. We will discover that a linear function...
Curated Video
Facts about Linear Functions
In this math video we will learn facts about linear functions. We will discuss the characteristics of a linear function in slope-intercept form. We will review that slope-intercept form is y=mx+b. We will discover that m represents the...
Curated Video
How to Graph and Describe Multiple Transformations of Linear Function
In this video lesson we will review the effects of constants, h, a, and k on a linear function. We will learn that the constant h effects by transforming a function horizontally left or right. We will learn that the constant a will...
Curated Video
Constructing Linear Functions: Calculating Slope and Y-Intercept
In this video, the teacher explains how to construct a linear function to model a scenario. They use examples such as the growth of antelope population and the cost of a cell phone plan to demonstrate how to calculate the slope and Y...
Curated Video
Classify Graphs and Equations as Linear or Nonlinear
In this video math lesson we will learn how to classify graphs and equations as linear or nonlinear functions. We will define a linear function as a relationship between two quantities with a constant rate of change. The graph of a...
Curated Video
Distinguishing Between Linear and Exponential Models
In this video, the teacher explains the difference between linear and exponential functions using examples and graphs. They demonstrate how to identify equal differences in a linear function and equal factors in an exponential function....
Let's Tute
Partnership Final Accounts: Basic Problems and Adjustments
In this video, the teacher explains how to solve basic problems on partnership final accounts in accounting. They provide step-by-step guidance on how to read the question, analyze the necessary accounts, post entries from the trial...
Curated Video
Identify the Equations that are Linear Functions
In this short math video we will be presented with 5 equations and asked to identify the equations that are linear functions. We will understand that a linear function must be able to be written in the form y=mx+b. We will also...
Curated Video
I WONDER - How Many Plays Did Shakespeare Write?
This video is answering the question of how many plays did Shakespeare write.
Curated Video
Distinguishing Linear and Exponential Functions Using Function Tables
This video explains how to distinguish between linear and exponential functions by examining function tables. Learn how to identify the patterns in the output values and explain the difference between equal differences in linear...
SciShow
The Chemistry of Fried Food
You know it, and you love it. Fried food! But there’s more to fried dishes than just plopping food into hot oil. You have to know what’s up with the food you’re cooking and what oils will work best for you dish.
APMonitor
Nonlinear Regression in MATLAB
A three parameter (a,b,c) model y = a + b/x + c ln(x) is fit to a set of data with the MATLAB APMonitor toolbox. This tutorial walks through the process of installing the solver, setting up the objective (normalized sum of squared...
APMonitor
Nonlinear Regression in Python
A three parameter (a,b,c) model y = a + b/x + c ln(x) is fit to a set of data with the Python APMonitor package. This tutorial walks through the process of installing the solver, setting up the objective (normalized sum of squared...
APMonitor
Nonlinear Regression in Microsoft Excel
A three parameter (a,b,c) model y = a + b/x + c ln(x) is fit to a set of data with the Excel solver add-in. This tutorial walks through the process of installing the solver, setting up the objective (normalized sum of squared errors),...
Schooling Online
Shakespeare Today: Macbeth - Theme of Ambition
Watch this lesson today to discover how Shakespeare explores the danger of unchecked ambition in Macbeth. See how ambition warps Macbeth - a noble and loyal hero - into a delusional, evil tyrant. Along the way, learn how to analyse...
Cerebellum
Algebra, Domain and Range
This video covers exam strategy, Algebra, Domain, Range, Simultaneous Equations, Function Models, Linear Functions, Quadratic Functions. This is part 10 from the series 'Introduction to the Math Section of the SAT'.
Curated Video
Functions: Slope, y intercept & equation from a Table | 8.F.B.4
In this math video we are learning about functions, the slope, y--intercept & equation from a table. This is a four part constructed response question where we are presented with a table of values representing a linear function. In Part...
Curated Video
Nonlinear Model Predictive Control in Simulink
Simulink and MATLAB are used to implement model predictive control (MPC) of a nonlinear process. The nonlinear system is an exothermic reactor with a potential for run-away reaction and a large temperature excursion.
Curated Video
Nonlinear Dynamic Simulation in MATLAB and Python
This tutorial demonstrates how to simulate a highly nonlinear dynamic system. The application is a 3 state model of HIV in a patient approximated with balance equations on (H)ealthy, (I)nfected, and (V)irus population counts. There are...
Curated Video
PEP8 Guidelines Python Clean Coding - What Is PyCharm
This video explains what PyCharm is and where PyCharm stands in the Python world. This clip is from the chapter "Introduction" of the series "PEP8 Guidelines: Python Clean Coding".This is an introductory section to the course which...
Curated Video
HTML Tutorial for Beginners(2022) - Display Text Right to Left in HTML
Learn how to display text right to left in HTML. Use the style attribute with the direction property. This clip is from the chapter "HTML CSS Styles" of the series "HTML Tutorial for Beginners (2022)".This section focuses on the styles...
Curated Video
Statistical Regression Models and Predicting Values
This video discusses how to determine the best statistical regression model to approximate data within a scatter plot and make predictions through interpolation and extrapolation. It covers the process of inputting data into a graphing...
Curated Video
MongoDB Tutorial for Beginners (2022) - Create and Delete Text Index
Learn how to create and delete text index in MongoDB. This clip is from the chapter "Text Indexing in MongoDB" of the series "MongoDB Tutorial for Beginners (2022)".This section demonstrates how to create and delete a text index in MongoDB.