Brian McLogan
Converting an angle in DMS form to decimal form
👉 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...
Brian McLogan
Write each angle in degrees, minutes, seconds
👉 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...
Brian McLogan
Learn the steps to converting a negative angle in 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
Verifying trigonometric identities by multiplying two binomials
👉 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...
Brian McLogan
Simplifying a trigonometric expression by converting to sines and cosines
👉 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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 07 - BigDecimal Exercises - Simple Interest Calculation
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 08 - Java Wrapper Classes - an Introduction - Why and What?
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...
Brian McLogan
How To Evaluate a Logarithm Without a Calculator with a Fraction as the Base
👉 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 =...
Brian McLogan
Master how to convert an angle in radians to degrees
Master how to convert an angle in radians to degrees
Brian McLogan
Simplifying a rational expression using rational exponents
👉 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...
Brian McLogan
Master Writing the equation of a line through a point given the slope
Master Writing the equation of a line through a point given the slope
Brian McLogan
Master Writing the equation of a line parallel to another equation through a given point
Master Writing the equation of a line parallel to another equation through a given point
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 14 – Create a Simple Hard Coded Currency Exchange Service
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...
Curated Video
AC & DC Electricity
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!
Brian McLogan
Writing a percent as a decimal and as a fraction
👉 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...
Brian McLogan
Convert a linear equation to polar equation
Convert a linear equation to polar equation
Jabzy
Livonian Crusade - 3 Minute History
In this video, Jabzy brings us historical tidbits and unknown facts about the Livonian Crusade
Jabzy
Prussian Crusade - 3 Minute History
In this video, Jabzy brings us historical tidbits and unknown facts about the Prussian Crusade
Curated Video
Alteryx for Beginners - Transpose Tool
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.
Curated Video
Bash Shell Scripting- Basic String operations
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...
Curated Video
Apache Maven Beginner to Guru - Assignment - Adding Module for the MapStruct Converters
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...
Brian McLogan
Learn how to verify a trig identity
👉 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....
Curated Video
.NET Core Microservices - Create Index Action Method
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.
Curated Video
Multi-Paradigm Programming with Modern C++ - When to Use Templates
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:...