Instructional Video1:17
Brian McLogan

Converting an angle in DMS form to decimal form

12th - Higher Ed
👉 Learn how to convert angles from DMS forms to decimal forms. DMS means Degree, Minutes, and Seconds. Minutes is represented by a single apostrophe (') while seconds is represented with double apostrophe ("). 60 seconds = 1 minute and...
Instructional Video2:58
Brian McLogan

Write each angle in degrees, minutes, seconds

12th - Higher Ed
👉 Learn how to convert angles from DMS forms to decimal forms. DMS means Degree, Minutes, and Seconds. Minutes is represented by a single apostrophe (') while seconds is represented with double apostrophe ("). 60 seconds = 1 minute and...
Instructional Video1:10
Brian McLogan

Learn the steps to converting a negative angle in degrees to radians

12th - Higher Ed
👉 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.
Instructional Video4:53
Brian McLogan

Verifying trigonometric identities by multiplying two binomials

12th - Higher Ed
👉 Learn how to verify trigonometric identities by expanding the trigonometric expressions. When the given trigonometric expressions involve multiplications with more than one term in parenthesis, we start by expanding the expressions...
Instructional Video3:06
Brian McLogan

Simplifying a trigonometric expression by converting to sines and cosines

12th - Higher Ed
👉 Learn how to simplify rational identities involving addition and subtraction. To simplify rational identities involving addition and subtraction, first, we find the LCM of the denominators which most time is the product of the terms in...
Instructional Video11:34
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - BigDecimal Exercises - Simple Interest Calculation

Higher Ed
In this video, we will learn about BigDecimal exercises - simple interest calculation. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video2:46
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 08 - Java Wrapper Classes - an Introduction - Why and What?

Higher Ed
In this video, we will learn about Java wrapper classes - an introduction - why and what. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look...
Instructional Video2:42
Brian McLogan

How To Evaluate a Logarithm Without a Calculator with a Fraction as the Base

12th - Higher Ed
👉 Learn how to evaluate logarithms with fractions. Recall that the logarithm of a number says a to the base of another number say b is a number say n which when raised as a power of b gives a. (i.e. log [base b] (a) = n means that b^n =...
Instructional Video6:11
Brian McLogan

Master how to convert an angle in radians to degrees

12th - Higher Ed
Master how to convert an angle in radians to degrees
Instructional Video5:43
Brian McLogan

Simplifying a rational expression using rational exponents

12th - Higher Ed
👉 Learn how to divide with rational powers. To divide with numbers/expressions with rational exponents, we apply the basic rules of exponents. If the two numbers/expressions are the same, we simply take one of the number and raise it to...
Instructional Video7:55
Brian McLogan

Master Writing the equation of a line through a point given the slope

12th - Higher Ed
Master Writing the equation of a line through a point given the slope
Instructional Video7:35
Brian McLogan

Master Writing the equation of a line parallel to another equation through a given point

12th - Higher Ed
Master Writing the equation of a line parallel to another equation through a given point
Instructional Video6:29
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 14 – Create a Simple Hard Coded Currency Exchange Service

Higher Ed
This video helps you create a simple hard coded currency exchange service. This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses...
Instructional Video2:37
Curated Video

AC & DC Electricity

Higher Ed
In this video, we'll cover the basics of AC and DC electricity. From what AC and DC are to how they work, this video will make sense of the confusing topic of electricity!
Instructional Video0:45
Brian McLogan

Writing a percent as a decimal and as a fraction

12th - Higher Ed
👉 Learn how to convert between decimals, fractions, and percentages. Numbers can be converted between decimals, fractions, and percents. To convert a number written in decimals to fractions, we write the number without the decimal point...
Instructional Video1:59
Brian McLogan

Convert a linear equation to polar equation

12th - Higher Ed
Convert a linear equation to polar equation
Instructional Video4:14
Jabzy

Livonian Crusade - 3 Minute History

12th - Higher Ed
In this video, Jabzy brings us historical tidbits and unknown facts about the Livonian Crusade
Instructional Video4:38
Jabzy

Prussian Crusade - 3 Minute History

12th - Higher Ed
In this video, Jabzy brings us historical tidbits and unknown facts about the Prussian Crusade
Instructional Video3:13
Curated Video

Alteryx for Beginners - Transpose Tool

Higher Ed
This video demonstrates how to use the Transpose tool in Alteryx. This clip is from the chapter "Transform Tab" of the series "Alteryx for Beginners".This section explores the Transform tab.
Instructional Video11:25
Curated Video

Bash Shell Scripting- Basic String operations

Higher Ed
This video explains basic string operations. This clip is from the chapter "String operations to write Bash Shell scripting" of the series "Complete Bash Shell Scripting".This section covers the various operations to write Bash shell...
Instructional Video1:25
Curated Video

Apache Maven Beginner to Guru - Assignment - Adding Module for the MapStruct Converters

Higher Ed
This video presents an assignment of adding a module for the MapStruct converters. This clip is from the chapter "Multi-Module Projects" of the series "Apache Maven: Beginner to Guru".This section presents an overview of the multi-module...
Instructional Video3:48
Brian McLogan

Learn how to verify a trig identity

12th - Higher Ed
👉 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....
Instructional Video2:46
Curated Video

.NET Core Microservices - Create Index Action Method

Higher Ed
This video demonstrates how to create index action method. This clip is from the chapter "Home and Details" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about home and details.
Instructional Video4:07
Curated Video

Multi-Paradigm Programming with Modern C++ - When to Use Templates

Higher Ed
Templates are one of the distinctive features of C++, and arguably the most complex one. When used correctly, templates make your code less complicated, and this is not a contradiction. • Use templates to raise the level of abstraction:...