Hi, what do you want to do?
Brian McLogan
Write the function f(x) given transformations
Write the function f(x) given transformations
Brian McLogan
Master How to find the distance between two points
Master How to find the distance between two points
Brian McLogan
Write the rational expression in reciprocal function form
👉 Learn all about reciprocal functions. A reciprocal function is a function of the form f(x) = 1/x. The graph of a reciprocal function is composed of the vertical and the horizontal asymptotes and the points where the curve turns. For...
Brian McLogan
Write a polynomial when given a complex and real root
👉 Learn how to write the equation of a polynomial when given complex zeros. Recall that a polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. The...
Brian McLogan
Zeros and multiplicity of a polynomial factoring by grouping
👉 Learn how to find all the zeros of a polynomial by grouping. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. The zeros of a polynomial are...
Brian McLogan
Write the quadratic function given different transformations
Write the quadratic function given different transformations
Curated Video
Simplifying Algebraic Expressions (Example)
Simplify algebraic expressions by distributing and combining like terms.
Curated Video
PEP8 Guidelines Python Clean Coding - Code Layout
This video explains the major rules to align your code and how you will create your first project.
<
br/>
This clip is from the chapter "PEP 8 Code Layout" of the series "PEP8 Guidelines: Python Clean Coding".This section explains...
<
br/>
This clip is from the chapter "PEP 8 Code Layout" of the series "PEP8 Guidelines: Python Clean Coding".This section explains...
Curated Video
Applying the Distributive Property with Diagrams
In this video, students learn about the distributive property and how to apply it using diagrams. The teacher explains the concept of equivalent expressions and demonstrates how to expand and simplify expressions using blocks and visual...
Brian McLogan
How to Find Zeros, Multiplicity and End Behavior to Graph of a Polynomial
👉 Learn how to find all the zeros of a factored polynomial. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. The zeros of a polynomial are the...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Project - Working with Arrays
This video is the first project of this section where the program will prompt the user to input 5 integers. Then, it stores each of the integers in a regular built-in array. Finally, after the storing is completed, in a separate loop,...
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<br/>
(2 + root(-1)) + (-3 + root(-16))
(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<br/>
(3 + 2i) - 9i
(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.
r/>
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...
r/>
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...
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.