Curated Video
Page Layout with CSS II
In this video, Mark will review the more contemporary page layout techniques such as Flexbox.
Curated Video
Adding Zeros to Decimals
Adding zeros to the decimal division when using the traditional method.
Curated Video
Machine Learning Random Forest with Python from Scratch - Calculator Project
This video demonstrates how to create our calculator using addition and subtraction functions. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from ScratchΒ©".This section...
Brian McLogan
Dividing two polynomials using synthetic division
π Learn about dividing by synthetic division when there is a missing power. Synthetic division is a method of dividing polynomials by linear expressions. To divide using synthetic division, we equate the divisor to 0 and then solve for...
Brian McLogan
Write the equation of a line parallel to another through a point
π Learn how to write the equation of a line that is parallel to a given line. The equation of a line is such that its highest exponent on its variable(s) is 1. (i.e. there are no exponents in its variable(s)). There are various forms...
Brian McLogan
Write the equation of a line given the slope and a point that the line runs through
π Learn how to write the equation of a line in a point-slope form. The equation of a line is such that its highest exponent on its variable(s) is 1. (i.e. there are no exponents in its variable(s)). There are various forms which we can...
Curated Video
The Full Stack Web Development - Selectors & Mouse Events - Project on Selectors
jQuery Programming Techniques: Selectors & Mouse Events - Project on Selectors This clip is from the chapter "jQuery Programming Techniques" of the series "The Full Stack Web Development".In this section, on jQuery we will talk about DOM...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Display Property
In this video, we'll cover CSS display property. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline style,...
Brian McLogan
How to identify the asymptotes and intercepts of a rational function
π Learn how to find the slant/oblique asymptotes of a function. A slant (oblique) asymptote usually occurs when the degree of the polynomial in the numerator is higher than the degree of the polynomial in the denominator. To find the...
Brian McLogan
Algebra 2 - factoring tutorial to help you solve for the zeros of a polynomial y = x^4 β x^2 β 56
π Learn how to find all the zeros of a 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 values...
Brian McLogan
How to simplify the quotient of two radicals
π Learn how to find the square root of rational numbers. To find the square root of a rational number, we first express the rational number as the square root of the numerator divided by the square root of the denominator and simplify....
Brian McLogan
Determine the Zeros by Factoring an Find Multiplicity
π Learn how to find all the zeros of a 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 values...
Brian McLogan
Verify Three Basic Trigonometric Identities You Need To Know
If you are just starting out learning how to verify trigonometric identities then check this video to get you started
Brian McLogan
4 TIPS For Simplifying Trig Identities
In this video I will cover my favoring tips I want every student to be able to understand when they are simplifying trigonometric expressions. I hope these videos can be helpful to you.
Brian McLogan
Is it a factor or not? Polynomial Style
πIs it a factor or not. In this video I will show you three different ways to identify if you have a factor or not of a polynomial and let you decide which method you want to use for your next problem.
Curated Video
The Complete Excel Guide: Beginners to Advanced - Subtotals
The aim of this video is to explore subtotals. This clip is from the chapter "Excel 2019 Beginners: Outlining and Subtotaling" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore what is...
Brian McLogan
Simplifying the quotient of two rational expression by factoring
Learn how to multiply rational expressions. A rational expression is an expression in the form of a fraction where the numerator and/or the denominator are/is an algebraic expression. To multiply two rational expressions, we use the...
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Catching Exceptions
When you get an error, you need to "handle" it so your code doesn't crash. This clip is from the chapter "Advanced Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps understand about OOP,...
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - Knowledge Timeline [3] - Responsive Media Queries
Mini Projects With Keyframes, Transitions, etc: Knowledge Timeline [3] - Responsive Media Queries This clip is from the chapter "Mini Projects With Keyframes, Transitions, etc" of the series "Modern HTML and CSS from the Beginning...
Curated Video
Dividing a Decimal by a Whole Number
Divide a decimal by a whole number using the traditional method.
Curated Video
Google Apps Script - Exercise Coding Projects - HTML Send Email Through Apps Script
This video explains sending email through Apps Script. This clip is from the chapter "JavaScript and Google Apps Script Web App" of the series "Google Apps Script - Exercise Coding Projects".This section explains JavaScript and Google...