Brian McLogan
How do you determine if you have a linear equation
In this video series I show you how to determine if a relation is a linear relation. A linear relation is a relation where their are variables do not have negative or fractional, or exponents other than one. Variables must not be in the...
Programming Electronics Academy
Data Types in Ardiuno: Arduino Course 3.4
A description of Arduino, C, C++ data types that are used in programming Arduino.
Flipping Physics
Uniformly Angularly Accelerated Motion Introduction
Using Uniformly Accelerated Motion (UAM) as a framework to learn about Uniformly Angularly Accelerated Motion (UαM). Just like UAM, UαM has 5 variables, 4 equations and if you know 3 of the UαM variables, you can determine the other 2...
Brian McLogan
Summary for solving a system of two linear equations by elimination
👉Learn how to solve a system of equations by substitution. To solve a system of equations means to obtain a common values of the variables that makes the each of the equation in the system true. To solve a system of equations by...
Curated Video
Changes of Medium: Waves Crossing Boundaries
This video is a lecture on how waves change as they cross the boundary between different materials, also known as changes of medium. The video explains what a medium is and how it affects wave propagation. The video uses examples of...
Curated Video
Discuss the importance of data : Understanding a Regression Tree
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In the...
Let's Tute
Amazing Tricks to Understand Formulae - Mensuration
In this video we wll learn some of the Tricks to Understand Formulae of Mensuration
Brian McLogan
Solve a system of linear equations using substitution
👉Learn how to solve a system of equations by substitution. To solve a system of equations means to obtain a common values of the variables that makes the each of the equation in the system true. To solve a system of equations by...
Curated Video
Complete Python Scripting for Automation - Introduction to Data Structures and Types of Data Structures
Data Structures of Python: Introduction to Data Structures and Types of Data Structures This clip is from the chapter "Data Structures of Python" of the series "Complete Python Scripting for Automation".In this section, the author...
R Programming 101
How to use ggplot to create beautiful scatter plots. This is an R programming for beginners video
Data visualisation is easy when you use ggplot. Ggplot2 is package and forms part of the tidyverse group of packages in R. Ggplot is used to create amazing plots and graphs. In this video I talk you though how to visualise two numeric...
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
Systems of Equations with No Solutions
In this video, the teacher explains the concept of systems of equations with no solutions. They demonstrate this by graphing two equations and showing that they have parallel lines with no points of intersection. They also explain how to...
Brian McLogan
How to use implicit differentiation on an equation for dy dx
👉 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...
Brian McLogan
Summary for solving a system of equations by substitution
👉Learn how to solve a system of equations by substitution. To solve a system of equations means to obtain a common values of the variables that makes the each of the equation in the system true. To solve a system of equations by...
Programming Electronics Academy
Function Example Three: Arduino Course 8.3
A walk through of a User Defined Function in programming.
Let's Tute
Understanding and Memorizing Formulas for Surface Areas and Volumes
This video is a tutorial for students struggling with memorizing math formulas, specifically surface areas and volumes. The teacher breaks down the formulas according to their areas and volumes, and assigns them to specific shapes such...
Brian McLogan
Determining if equations are linear - Free Math Videos - Online Tutor
👉 Learn how to determine if an equation is a linear equation. A linear equation is an equation whose highest exponent on its variable(s) is 1. The variables do not have negative or fractional, or exponents other than one. Variables must...
Why U
Algebra 39 - Inconsistent, Dependent, and Independent Systems
Systems of two linear equations in two variables can have a single solution, no solutions, or an infinite number of solutions. This chapter explains why.
Programming Electronics Academy
Variables: Arduino Course 3.3
A description of what variables are, how they are used, and a useful analogy to understanding them.
Programming Electronics Academy
Serial Communication: Arduino Course 4.9
A walk through of serial communication.
Flipping Physics
Don't Drop Your Camera 5.0 Seconds After Liftoff
An advanced free-fall acceleration problem involving 2 parts and 2 objects. Problem: You are wearing your rocket pack (total mass = 75 kg) that accelerates you upward at a constant 10.5 m/s^2. While preparing to take pictures of the...
Curated Video
Learning R for Data Visualization (Video 7)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...