Hi, what do you want to do?
Brian McLogan
Solving a quadratic equation using inverse operations
πLearn how to solve quadratic equations using the square root method. It is important to understand that not all quadratics have to be solved using factoring or quadratic formula. When we only have one variable but it is squared we can...
Curated Video
Writing and Graphing Inequalities to Represent Situations
In this video, the teacher explains how to represent a situation using inequalities. They use examples such as comparing unknown numbers to a given value or representing temperature ranges. The teacher demonstrates how to write the...
Curated Video
Describe computer programming : Variables and Data Types
From the section: Introduction to Python. In this section we look at Python's fundamental, built-in data structures, and discuss how and when to use them. This video will give you an overview of the variables and data types. β’ Create...
Why U
Algebra 47 - Describing Infinte Solution Sets Parametrically
When the graph of the solutions of a system of linear equations in three variables is a line in Cartesian space, the solutions can be described either by a group of three parametric equations, or a parametric ordered-triple. This lecture...
Curated Video
Finding the Side Length of a Square Given the Area
In this video, the teacher explains how to find the side length of a square when given its area. They demonstrate the process using different examples and variables. The teacher emphasizes the importance of using the same variable for...
APMonitor
Solve Nonlinear Equations with Python
This tutorial demonstrates how to set up and solve a set of nonlinear equations in Python using the SciPy Optimize package.
Brian McLogan
How to implicitly differentiate an evaluate through a point
π 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...
Curated Video
Graphing Lines in Non-Slope Intercept Form
In this video, the teacher explains how to graph a line that is not in slope intercept form. They demonstrate how to isolate the variable and simplify fractions to write the equation in slope intercept form. The teacher also emphasizes...
Curated Video
Solving Equations Involving Squares and Square Roots
In this lesson, students learn how to solve equations involving squares and square roots by using properties they already know. They discover that when solving one-step equations where the variable is squared, there will be two solutions...
Mazz Media
Controls and Variables
In this live-action program viewers will learn that controls and variables are the basis for applying the scientific method in a lab experiment. Students will come to understand that in an experiment, variables change, while the other...
Brian McLogan
How do you solve one step equation
π Learn all about the processes and definitions for solving linear equations. You will gain a better understanding about the vocabulary and steps used to solve liner equations such as how to isolate an equation and apply inverse...
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...
Curated Video
C++ for Beginners - Introduction to Vectors
In this lesson, your instructor discusses vectors. This clip is from the chapter "Input, Process and Output" of the series "C++ for Beginners".null
Programming Electronics Academy
Introduction to User Defined Functions: Arduino Course 8
A description of User Defined Functions in programming.
Curated Video
Solving Linear Equations with Rational Numbers and Fractions
In this lesson, students will learn how to solve linear equations with rational numbers, focusing on examples involving fractions. They will explore different methods, such as distributing fractions or multiplying both sides by a...
Brian McLogan
How to determine the inverse of an exponential equation
π Learn how to convert an exponential equation to a logarithmic equation. This is very important to learn because it not only helps us explain the definition of a logarithm but how it is related to the exponential function. Knowing how...
Curated Video
Solving Exponential Equations with Logarithms
In this lesson, students learn how to solve exponential equations when the base is not 10 or E by using logarithms. They are taught the property that the logarithm of a base to the X power is equal to X times the logarithm of the base....
Math Fortress
Algebra I: Translating Words Into Symbols (Level 1 of 2)
This video shows you how to translate mathematical phrases written in words and translating them into variable expressions. Common phrases involving addition, subtraction, multiplication, and division are covered. In addition, the video...
Curated Video
Graphing Equations from a Table of Values
In this video, the teacher explains how to graph equations using a table of values. They demonstrate the process using two examples: X + y = 7 and X^2 + y^2 = 25. By choosing values for X or Y and solving for the other variable, they...
Global Health with Greg Martin
Understanding missing data and missing values. 5 ways to deal with missing data using R programming
In this video I talk about how to understand missing data and missing values. I also provide 5 strategies to deal with missing data using R programming. If you're doing quantitative analysis or statistical analysis, your dataset will...
Curated Video
Implement arithmetic operations in a computer program : Arithmetic 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.
An arithmetic operator is a mathematical function that takes two...
An arithmetic operator is a mathematical function that takes two...
Curated Video
Data Science and Machine Learning with R - Hands-on Exploratory Data Analysis
This video explains hands-on exploratory data analysis.
r/>
This clip is from the chapter "Exploratory Data Analysis" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section...
r/>
This clip is from the chapter "Exploratory Data Analysis" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section...
Curated Video
Learning R for Data Visualization (Video 24)
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...