Instructional Video2:05
Brian McLogan

Tutorial - How do we multiply complex numbers ex 15, (6 - 5i)(1 + 3i)

12th - Higher Ed
In this video playlist you will learn everything you need to know with complex and imaginary numbers (6 - 5i)(1 + 3i)
Instructional Video19:09
Brian McLogan

4f Example 1 Part 2 ( How to Graph the Secant Function)

12th - Higher Ed
4f Example 1 Part 2 ( How to Graph the Secant Function)
Instructional Video1:50
Brian McLogan

Tutorial - Simplifying an imaginary number to a higher power ex 4, i^26

12th - Higher Ed
In this video playlist you will learn everything you need to know with complex and imaginary numbers i^26
Instructional Video1:07
Brian McLogan

Tutorial - Simplifying an expression by rewriting it with the imaginary unit i ex 10, 3 + 2 root(-4)

12th - Higher Ed
In this video playlist you will learn everything you need to know with complex and imaginary numbers 3 + 2 root(-4)
Instructional Video2:11
Brian McLogan

Tutorial - Simplifying Expressions with Complex numbers ex 1, (8i)(4i)(-9i)

12th - Higher Ed
In this video playlist you will learn everything you need to know with complex and imaginary numbers (8i)(4i)(-9i)
Instructional Video1:41
Brian McLogan

Tutorial - How do we multiply complex numbers ex 12, (-1 - 5i)(-1 + 5i)

12th - Higher Ed
In this video playlist you will learn everything you need to know with complex and imaginary numbers (-1 - 5i)(-1 + 5i)
Instructional Video2:59
Brian McLogan

Tutorial - How do we multiply complex numbers ex 11, (5 - 7i)(-4 - 3i)

12th - Higher Ed
In this video playlist you will learn everything you need to know with complex and imaginary numbers (5 - 7i)(-4 - 3i)
Instructional Video1:14
Brian McLogan

Tutorial - Graphing complex numbers ex 2, 1 - 4i

12th - Higher Ed
In this video playlist you will learn everything you need to know with complex and imaginary numbers 1 - 4i
Instructional Video0:57
Brian McLogan

Tutorial Learn how to take square root of a negative number using imaginary i term ex 7, root(-121)

12th - Higher Ed
In this video playlist you will learn everything you need to know with complex and imaginary numbers root(-121)
Instructional Video1:20
Brian McLogan

Tutorial - What is an imaginary number

12th - Higher Ed
In this video playlist you will learn everything you need to know with complex and imaginary numbers
Instructional Video1:54
Brian McLogan

Tutorial - Graphing complex numbers ex 1, 2i

12th - Higher Ed
In this video playlist you will learn everything you need to know with complex and imaginary numbers 2i
Instructional Video1:25
Brian McLogan

Tutorial - Combining complex numbers ex 5, (8 - 5i) - (-11 + 4i)

12th - Higher Ed
In this video playlist you will learn everything you need to know with complex and imaginary numbers (8 - 5i) - (-11 + 4i)
Instructional Video1:23
Brian McLogan

Tutorial - Combining complex numbers ex 4, (-1 + i) - (7 - 5i)

12th - Higher Ed
In this video playlist you will learn everything you need to know with complex and imaginary numbers (-1 + i) - (7 - 5i)
Instructional Video2:09
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 81 - JPA Tip - When do You Use JPA?

Higher Ed
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...
Instructional Video19:57
Curated Video

Rust Programming Master Class from Beginner to Expert - Variables and Scalar Data Types

Higher Ed
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...
Instructional Video8:58
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Extracting Data

Higher Ed
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...
Instructional Video5:08
Curated Video

Python In Practice - 15 Projects to Master Python - Operator Overloading on User-Defined Classes

Higher Ed
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...
Instructional Video9:09
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Understanding DynamoDB Interactions - Working with Items and Attributes

Higher Ed
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...
Instructional Video3:15
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - AWS Console microservice-http-endpoint Lambda Blueprint - API Gw + Lambda + Dyna

Higher Ed
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...
Instructional Video6:59
Curated Video

PEP8 Guidelines Python Clean Coding - Data Structures

Higher Ed
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.
Instructional Video3:10
Curated Video

MongoDB Tutorial for Beginners (2022) - AND Operator

Higher Ed
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...
Instructional Video5:49
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Use of Slashes in Strings

Higher Ed
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...
Instructional Video3:32
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - The Array Data Type

Higher Ed
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...
Instructional Video7:23
Curated Video

Intro To Python Programming - Math in Python

Pre-K - Higher Ed
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.