Brian McLogan
Tutorial - How do we multiply complex numbers ex 15, (6 - 5i)(1 + 3i)
In this video playlist you will learn everything you need to know with complex and imaginary numbers (6 - 5i)(1 + 3i)
Brian McLogan
4f Example 1 Part 2 ( How to Graph the Secant Function)
4f Example 1 Part 2 ( How to Graph the Secant Function)
Brian McLogan
Tutorial - Simplifying an imaginary number to a higher power ex 4, i^26
In this video playlist you will learn everything you need to know with complex and imaginary numbers i^26
Brian McLogan
Tutorial - Simplifying an expression by rewriting it with the imaginary unit i ex 10, 3 + 2 root(-4)
In this video playlist you will learn everything you need to know with complex and imaginary numbers 3 + 2 root(-4)
Brian McLogan
Tutorial - Simplifying Expressions with Complex numbers ex 1, (8i)(4i)(-9i)
In this video playlist you will learn everything you need to know with complex and imaginary numbers (8i)(4i)(-9i)
Brian McLogan
Tutorial - How do we multiply complex numbers ex 12, (-1 - 5i)(-1 + 5i)
In this video playlist you will learn everything you need to know with complex and imaginary numbers (-1 - 5i)(-1 + 5i)
Brian McLogan
Tutorial - How do we multiply complex numbers ex 11, (5 - 7i)(-4 - 3i)
In this video playlist you will learn everything you need to know with complex and imaginary numbers (5 - 7i)(-4 - 3i)
Brian McLogan
Tutorial - Graphing complex numbers ex 2, 1 - 4i
In this video playlist you will learn everything you need to know with complex and imaginary numbers 1 - 4i
Brian McLogan
Tutorial Learn how to take square root of a negative number using imaginary i term ex 7, root(-121)
In this video playlist you will learn everything you need to know with complex and imaginary numbers root(-121)
Brian McLogan
Tutorial - What is an imaginary number
In this video playlist you will learn everything you need to know with complex and imaginary numbers
Brian McLogan
Tutorial - Graphing complex numbers ex 1, 2i
In this video playlist you will learn everything you need to know with complex and imaginary numbers 2i
Brian McLogan
Tutorial - Combining complex numbers ex 5, (8 - 5i) - (-11 + 4i)
In this video playlist you will learn everything you need to know with complex and imaginary numbers (8 - 5i) - (-11 + 4i)
Brian McLogan
Tutorial - Combining complex numbers ex 4, (-1 + i) - (7 - 5i)
In this video playlist you will learn everything you need to know with complex and imaginary numbers (-1 + i) - (7 - 5i)
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 81 - JPA Tip - When do You Use JPA?
In this video, we will cover JPA tip - when do you use JPA? This clip is from the chapter "Hibernate and JPA Tips" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, the author shares some tips on...
Curated Video
Rust Programming Master Class from Beginner to Expert - Variables and Scalar Data Types
In this video, we will cover variables and scalar data types. This clip is from the chapter "Basic Programming" of the series "Rust Programming Master Class from Beginner to Expert".In this section, you will learn the fundamentals of...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Extracting Data
In this informative tutorial video, we will explore how to extract data from web pages using Scrapy, a powerful Python-based web scraping framework. We will cover the process of selecting and extracting data using CSS selectors, and...
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
AWS Serverless Microservices with Patterns and Best Practices - Understanding DynamoDB Interactions - Working with Items and Attributes
This video helps in understanding DynamoDB Interactions—working with items and attributes. This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS Serverless Microservices...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - AWS Console microservice-http-endpoint Lambda Blueprint - API Gw + Lambda + Dyna
This video is about AWS Console microservice-http-endpoint Lambda Blueprint—API Gw + Lambda + Dyna. This clip is from the chapter "Building RESTful Microservices with AWS Lambda, API Gateway, and DynamoDB" of the series "AWS Serverless...
Curated Video
PEP8 Guidelines Python Clean Coding - Data Structures
This video explains the various data structures in Python. This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This section focuses on various basic Python concepts.
Curated Video
MongoDB Tutorial for Beginners (2022) - AND Operator
Implement the AND operator in MongoDB and retrieve documents satisfying all the conditions. This clip is from the chapter "MongoDB Operators" of the series "MongoDB Tutorial for Beginners (2022)".This section illustrates the various...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Use of Slashes in Strings
In this video, you will learn about using slashes in Python strings and how we can use them to create slash codes. This clip is from the chapter "Revisiting Strings" of the series "The Ultimate Guide to Python Programming with Python...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - The Array Data Type
In this lesson, we will look at the different sequence of elements or datatypes and the array as a datatype. This clip is from the chapter "Arrays" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Curated Video
Intro To Python Programming - Math in Python
If you're like most people, you're not a big fan of math. Luckily you can let Python do the math for you! In this section will do arithmetic with Python.