3Blue1Brown
Quaternions and 3d rotation, explained interactively - Part 2 of 2
An introduction to an interactive experience on why quaternions describe 3d rotations
3Blue1Brown
Quaternions and 3d rotation, explained interactively
An introduction to an interactive experience on why quaternions describe 3d rotations
3Blue1Brown
All possible pythagorean triples, visualized
There are a few special right triangles many of us learn about in school, like the 3-4-5 triangle or the 5-12-13 triangle. Is there a way to understand all triplets of numbers (a, b, c) that satisfy a^2 + b^2 = c^2? There is! And it uses...
3Blue1Brown
All possible pythagorean triples, visualized
There are a few special right triangles many of us learn about in school, like the 3-4-5 triangle or the 5-12-13 triangle. Is there a way to understand all triplets of numbers (a, b, c) that satisfy a^2 + b^2 = c^2? There is! And it uses...
3Blue1Brown
Visualizing the Riemann zeta function and analytic continuation
What is the Riemann zeta function? What is analytic continuation? This video lays out the complex analysis needed to answer these questions.
3Blue1Brown
Visualizing the Riemann hypothesis and analytic continuation
What is the Riemann zeta function? What is analytic continuation? This video lays out the complex analysis needed to answer these questions.
Curated Video
De Moivre's theorem to prove Trigonometric Identities
Learn how De Moivre's theorem can be used to prove Trigonometric Identities. Welcome to our comprehensive series of Advanced High School Mathematics Tutorials! This series is perfect for students, teachers, and anyone looking to deepen...
Curated Video
Multiplying Complex Numbers Using the Double Distributive Property
In this video, the teacher explains how to multiply complex numbers using the double distributive property. They review the distributive property and the imaginary unit, emphasizing the importance of simplifying expressions involving i...
Curated Video
Introduction to the Complex Number System
In this lesson, we explored the complex number system, which extends the real number system. We learned that complex numbers consist of a real part and an imaginary part, represented as a + bi, where a and b are real numbers and i is the...
msvgo
Addition and Subtraction of Complex Numbers
It explains how to add and subtract two complex numbers. It also shows the graphical representation of sum and difference of two complex numbers.
Why U
Algebra 81 - Division with Complex Numbers
Dividing complex numbers can be more complicated than multiplying complex numbers since when the result is a fraction, in order to write that fraction as a complex number in standard form, it must be separated into a real part plus an...
msvgo
Polar Form of Complex Numbers
It introduces the concept of principal Argument and the polar form of complex numbers. It also explains conversion from cartesian to Polar Form and vice versa.
Brian McLogan
Algebra 2 - Dividing complex numbers 5i / (-2-6i)
In this video tutorial I show you how to divide complex numbers. Since complex numbers have an imaginary part which we cannot divide into other numbers we rewrite the expression by multiplying by i or the conjugate on the denominator or...
Brian McLogan
Pre-Calculus - Adding two complex numbers - Online Tutor (8+ root(-18)) + (5- root(-50))
In this math tutorial I will show you how to add and subtract complex numbers. You will learn the steps in adding rational complex numbers and rational expressions with imaginary. Like polynomials when adding complex numbers we can only...
Brian McLogan
Algebra 2 - Simplifying a complex rational expression - Online Tutor 2/(4-5i)
In this video tutorial I show you how to divide complex numbers. Since complex numbers have an imaginary part which we cannot divide into other numbers we rewrite the expression by multiplying by i or the conjugate on the denominator or...
Brian McLogan
Learn how to rewrite an expression using the value i, 5 - root(-24)
👉 Learn how to simplify radical expressions. In this playlist we will explore simplifying radical expressions by prime factorization and rules of exponents. We will explore the square root, cube root as well as the fourth root of numbers...
Curated Video
Adding Complex Numbers
In this video, the teacher explains how to add complex numbers by combining like terms. They provide examples using both real and imaginary numbers, as well as demonstrate the importance of keeping track of signs. The lesson concludes by...
Brian McLogan
Algebra 2 - What is the complex conjugate throrem
In this video series I show you how to write the equation of a polynomial when given the zeros. To do this we need to work backwards from solving the zeros of a polynomial to construct a polynomial. We first convert our zeros into...
Brian McLogan
Putting a complex number in standard form - Online Tutor
👉 Learn how to simplify radical expressions. In this playlist we will explore simplifying radical expressions by prime factorization and rules of exponents. We will explore the square root, cube root as well as the fourth root of numbers...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Numerical Datatypes
Let's learn about numbers such as integers, decimals, fractions, long integers, ands complex numbers. This clip is from the chapter "Numbers" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Curated Video
Python In Practice - 15 Projects to Master Python - Operator Overloading on User-Defined Classes
This video explains the operator overloading on user-defined classes. This clip is from the chapter "Object-Oriented Programming" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on object-oriented...
Curated Video
The Complete Python Course - Types - Integer, Long, Float, Complex Data Types
Here, you will learn about Python's various data types or numbers. This clip is from the chapter "Python – Numbers" of the series "The Complete Python Course (2022)".This section discusses numbers used in Python, such as integer, long,...
Curated Video
Python In Practice - 15 Projects to Master Python - Numbers in Python
This video explains the different types of numbers in Python, integers, floats, and complex numbers. This clip is from the chapter "Numeric Data Types" of the series "Python in Practice - 15 Projects to Master Python".This section...