Brian McLogan
Master Determine if two functions are inverses of each other formally ex 2
Master Determine if two functions are inverses of each other formally ex 2
Brian McLogan
Master Determine if two function are inverses of each other formally ex 1
Master Determine if two function are inverses of each other formally ex 1
Brian McLogan
Tutorial - Dividing complex numbers ex 18, 7/(8 + i)
In this video series I will show you how divide complex numbers. We do this by eliminating the imaginary number on the denominator by producing equivalent fractions. We do this by multiplying i if we have an imaginary number on the...
Brian McLogan
Tutorial - Simplifying Expressions with Complex numbers ex 6, (2 + root(-1)) + (-3 + root(-16))
In this video playlist you will learn everything you need to know with complex and imaginary numbers (2 + root(-1)) + (-3 + root(-16))
Brian McLogan
Tutorial - Learn how to subtract an imaginary term from a complex number ex 14, (3 + 2i) - 9i
In this video playlist you will learn everything you need to know with complex and imaginary numbers (3 + 2i) - 9i
Brian McLogan
Summary for simplifying an imaginary number to a higher power
👉 Learn the basics of converting between radicals and rational powers. When given a number raised to a rational power, we take the nth root of the number where n is the number in the denominator of the rational power, then we raise the...
Brian McLogan
Learn how to complete the square and identify the vertex, domain and range
👉 Learn how to identify the vertex of a parabola by completing the square. A parabola is the shape of the graph of a quadratic equation. A quadratic equation can be written in the standard form (i.e. in the form y = ax^2 + bx + c) or it...
Curated Video
Python 3 for Beginners: Python Functions - The Dry Concept
In this educational video, we dive into the concept of Dry programming, which stands for don't repeat yourself. We explore how functions can be used in Python to reduce code repetition and increase program efficiency. You'll learn how to...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Numbers and Operations
This video shows how to use numbers and operations in Python. This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about the fundamentals of...
Brian McLogan
Simple Mistake to Avoid when Evaluating an Expression
When Students go to evaluate a basic expression they often make a simple mistake that is very obvious and easy to miss.
Curated Video
Order of Operations
Evaluate expressions that contain exponents according to the order of operations.
Curated Video
Associativity and Multiplication Problems (Part 1)
Associativity and multiplication problems.
Curated Video
Arduino for Beginners - 2022 Complete Course - Conditions
This video explains conditions. This clip is from the chapter "Programming Basics for Arduino" of the series "Arduino for Beginners - 2022 Complete Course".This section explains Programming Basics for Arduino.
Curated Video
Rust Programming Master Class from Beginner to Expert - String Concatenation and Ownership
In this video, you will learn how to perform string concatenation and ownership. This clip is from the chapter "Ownership: The Heart of Rust Programming" of the series "Rust Programming Master Class from Beginner to Expert".In this...
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Basic Fundamentals of MongoDB
This video explains the basic fundamentals of MongoDB. This clip is from the chapter "MongoDB + Mongoose (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on MongoDB and...
Curated Video
Google Sheets Fundamentals - Google Sheets Quick Start 3
Doing the Math • Creating a formula to calculate the result • Using a function to calculate the result • Copying and pasting a formula • Selecting precision for the result
Curated Video
Intro To Python Programming - Python Tuples
Tuples are similar to lists, but they are immutable. You'll learn to create tuples in this video.
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Bonus: Refactoring Other Stateless Functional Components
In this video you'll refactor some class components to stateless functional components. This clip is from the chapter "Using a Third-Party Component" of the series "The Complete React Developer Course (with Hooks and Redux)".This section...
Brian McLogan
Factor out a fraction to complete the square and find the vertex
👉 Learn how to identify the vertex of a parabola by completing the square. A parabola is the shape of the graph of a quadratic equation. A quadratic equation can be written in the standard form (i.e. in the form y = ax^2 + bx + c) or it...
Brian McLogan
Simplify the square root with ex 8
Learn how to simplify the expression raised to the 12th power and having terms separated by addition.
Brian McLogan
Asymptotes and intercepts
👉 Learn how to find the vertical/horizontal asymptotes of a function. An asymptote is a line that the graph of a function approaches but never touches. The vertical asymptote is a vertical line that the graph of a function approaches but...
Brian McLogan
Taking the square root of a monomial raised to the 4th power,
👉 Learn how to simplify the square root of an expression. The square root of an expression is an expression which will multiply itself twice to give the original expression. To simplify the square root of an expression, we...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - String Properties and Methods
Strings are part of this thing called an "object". Objects have special features and pieces of data that come with them. This lesson will show you how to access that data and the special features. This clip is from the chapter...
Curated Video
Job-Ready SQL in an Afternoon - Joining Conditionals
In this video, we will cover joining conditionals. This clip is from the chapter "Conditionals and Arithmetic" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover conditionals and arithmetic.