Brian McLogan
Writing a number in scientific notation
👉 Learn how to convert numbers from scientific notations. Scientific notation is a convenient way of writing very large or very small numbers. A number written in scientific notation is of the form a * 10^n where a is the first non-zero...
Curated Video
Introduction to Notation and Derivatives
The video discusses the different notations used to calculate the gradient of a function or the instantaneous rate of change of a function. The presenter first summarizes the previous lecture on the function, FX, and how it relates to...
Brian McLogan
How to identify the rule of a sequence
👉 Learn how to write the rule of a sequence given a sequence of numbers. A sequence is a list of numbers/values exhibiting a defined pattern. A number/value in a sequence is called a term of the sequence. To write the explicit formula of...
Brian McLogan
Rewrite a number from scientific notation when it is smaller that
👉 Learn how to convert numbers from scientific notations. Scientific notation is a convenient way of writing very large or very small numbers. A number written in scientific notation is of the form a * 10^n where a is the first non-zero...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Print formatting and special characters
An in-depth look at using for loops in combination with iterables and generators along with list comprehension This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data...
Packt
Big O(n) Complexity
This video explains the concept of big O(n) complexity. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data...
Curated Video
Mastering Swift 2 Programming (Video 51)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Brian McLogan
Rewriting a number into scientific notation with a positive power
👉 Learn how to convert numbers to scientific notations. Scientific notation is a convenient way of writing very large or very small numbers. A number written in scientific notation is of the form a * 10^n where a is the first non-zero...
Brian McLogan
How to write out a number using scientific notation
👉 Learn how to convert numbers to scientific notations. Scientific notation is a convenient way of writing very large or very small numbers. A number written in scientific notation is of the form a * 10^n where a is the first non-zero...
Brian McLogan
Learn How to Determine Algebraically If a Function is Even or Not
👉 Learn how to determine if a function is even or odd. A function is even if the graph of the function is symmetrical about the y-axis, or a function is even if f(x) = f(-x). A function is odd if the graph of the function is symmetrical...
Brian McLogan
How to take the derivative using limit notation of the derivative
👉 Learn how to evaluate the limit of a function using the difference quotient formula. The difference quotient is a measure of the average rate of change of the function over an interval, h. The limit of the difference quotient gives the...
Brian McLogan
Writing conditional statements
👉 Learn how to write a statement in conditional form. A conditional statement is an if-then statement connecting a hypothesis (p) and the conclusion (q). If the hypothesis of a statement is represented by p and the conclusion is...
Brian McLogan
Write a statement in conditional form and determine the truth ex 2
👉 Learn how to determine the truth or false of a conditional statement. A conditional statement is an if-then statement connecting a hypothesis (p) and the conclusion (q). If the hypothesis of a statement is represented by p and the...
Brian McLogan
Finding product of two numbers when they are in scientific notation
👉 Learn how to multiply numbers written in scientific notations. Scientific notation is a convenient way of writing very large or very small numbers. A number written in scientific notation is of the form a * 10^n where a is the first...
Curated Video
Introduction to Basic Probability Notation and Formulas
This video provides an introduction to basic probability concepts and notation, including sets, subsets, union, intersection, and cardinality of sets. The video discusses how to calculate probability for equally likely events and...
KnowMo
Angles Notations and Conventions
This video provides an introduction to angle notations and conventions. The presenter explains what an angle is, how to measure it using a protractor, and the unit of degrees. The video discusses the importance of angles in various...
Brian McLogan
Learn how to determine the domain from a rational function
👉 Learn how to find the domain of rational functions. Recall that the domain of a function is the set of possible input values (x-values) of the function. For a rational function, the denominator cannot be zero. Thus, to find the domain...
Brian McLogan
Understand local linearity and formal definitions of the derivative
👉 Learn how to evaluate the limit of a function using the difference quotient formula. The difference quotient is a measure of the average rate of change of the function over an interval, h. The limit of the difference quotient gives the...
Brian McLogan
Learn how to use the product rule to find the derivative
👉 Learn how to find the derivative of a function using the product rule. The derivative of a function, y = f(x), is the measure of the rate of change of the function, y, with respect to the variable x. The process of finding the...
Packt
Why We Need Big O Notation?
This video explains the need for big O notation. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data structures.
Brian McLogan
Learn how to write a decimal as a number in scientific notation
👉 Learn how to convert numbers to scientific notations. Scientific notation is a convenient way of writing very large or very small numbers. A number written in scientific notation is of the form a * 10^n where a is the first non-zero...
Brian McLogan
What is inverse trig notation and what does it mean?
👉 Learn how to evaluate inverse trigonometric functions. The inverse trigonometric functions are used to obtain theta, the angle which yielded the trigonometric function value. It is usually helpful to use the calculator to calculate the...