Brian McLogan
How to apply the power to power rule with rational exponents
π Learn how to simplify rational powers using the power rule. There are some laws of exponents which might come handy when simplifying expressions with exponents. Some of the laws include the power rule which states that when an...
Curated Video
Learn Go in 3 Hours - Package and Imports
Go uses packages to organize source code and import statements to declare access to code in other packages. β’ This video covers how packages and import statements work and gives a quick walkthrough of the standard library. β’ Learn about...
Brian McLogan
MASTER writing a quadratic in vertex form by completing the square to identify the vertex
MASTER writing a quadratic in vertex form by completing the square to identify the vertex
Professor Dave Explains
Limiting Regents and Percent Yield
Chemistry doesn't always work perfectly, silly. Molecules are left over when one thing runs out! Also we never get all of the products that we thought we might by doing the math. You gotta know about the limiting reagents and the percent...
Curated Video
How to Write Repeating Decimals as Fractions
This video lesson will introduce the steps of converting a repeating decimal to a fraction algebraically. You will also learn the pattern associated with the number of digits that repeat. Grade 8 Common Core Topics/Standards
Curated Video
Optical Character Recognition (OCR)
In this video, we will cover Optical Character Recognition (OCR). This clip is from the chapter "Describe Features of Computer Vision Workloads on Azure (15-20%)" of the series "AI-900: Microsoft Azure AI Fundamentals Video Course +...
Curated Video
Learn and Master C Programming - How to declare and use string arrays
The author introduces you to arrays of strings in C/C++. This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work with strings and string function like...
Brian McLogan
Verifying trigonometric identities by converting to sines and cosines
π Learn how to verify trigonometric identities involving the addition and subtraction of terms. To do this it is usually useful to convert the addition or subtraction terms in terms of one trigonometric function and then evaluate....
Brian McLogan
Verifying an identity by combining like terms and using reciprocal properties
π Learn how to verify rational trigonometric identities involving the addition and subtraction of terms. To verify trigonometric expression means to verify that the term on the left-hand side of the equality sign is equal to the term on...
Brian McLogan
How to use the law of sines when given two angles and one side
π Learn how to solve for the length of the sides and the measures of the angles of a triangle using the law of sines. The law of sines is used in determining the length of the opposite side to a known angle measure or the measure of the...
Packt
CompTIA Network+ Certification N10-007: The Total Course - Introduction to Internet Protocol (IP) Addressing and Binary
This video provides an introduction to IP addressing and explains how they are constructed. This clip is from the chapter "Transmission Control Protocol/Internet Protocol (TCP/IP) Basics" of the series "CompTIA Network+ Certification...
Brian McLogan
Converting an angle in degree measure to radian measure
π Learn all about angles of trigonometry. In this playlist, we will explore what makes up an angle and how to graph an angle in degrees or radians to determine the quadrant. We will then take a look at angle relationships such as...
Brian McLogan
Convert an angle from radians to degrees
π Learn how to convert angles from radians to degrees. Recall that pi radians is equivalent to 180 degrees. Thus, when given an angle in radians, to convert the angle to degrees we multiply the given angle radians by the ratio 180/pi.
Brian McLogan
Convert an angle from degrees to radians
π Learn how to convert angles from degrees to radians. Recall that pi radians are equivalent to 180 degrees. Thus, when given an angle in degrees, to convert the angle to radians we multiply the given angle radians by the ratio pi/180.
Brian McLogan
Convert 300 degrees to radian measure
π Learn all about angles of trigonometry. In this playlist, we will explore what makes up an angle and how to graph an angle in degrees or radians to determine the quadrant. We will then take a look at angle relationships such as...
Brian McLogan
Converting a rational exponent to radical form
π Learn how to convert a rational power to a radical. When the exponent of an expression is a fraction, we can evaluate/simplify the expression by converting the rational power into a radical where the denominator of the fractional...
Brian McLogan
Completing the square to write a quadratic from standard form to vertex form
π Learn how to write a quadratic equation from standard form to vertex form by completing the square. A quadratic equation is an equation whose highest exponent in the variable(s) is 2. It is of the form f(x) = ax^2 + bx + c. Given a...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Add some methods to the class
Create custom generators using yield This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Curated Video
Core Java Programming Course- Hash Set
This video explains the Hash set. This clip is from the chapter "Sets and Maps" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various sets and maps available in Java.
Curated Video
.NET Core Microservices - Implement Coupon Repository
This video explains how to implement coupon repository. This clip is from the chapter "Sync Microservice Communication" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about Sync...
Curated Video
Multi-Paradigm Programming with Modern C++ - Entering Concepts
Templates make poor interfaces: typename is a wildcard. Concepts let us set requirements for template parameters. Template writer can easily describe whatβs expected of the user. Concepts make template interface good. β’ About concepts:...
Brian McLogan
Converting between logarithmic form to exponential
π Learn how to convert logarithmic equations to exponential equations. The logarithm of a number in a given base is the index/exponent to which the base must be raised to obtain the given number. In other words, log [base a] of x = m...
Brian McLogan
Convert an angle from radian to degrees
π Learn how to convert angles from radians to degrees. Recall that pi radians is equivalent to 180 degrees. Thus, when given an angle in radians, to convert the angle to degrees we multiply the given angle radians by the ratio 180/pi.