Instructional Video4:11
Brian McLogan

Determine the Zeros for a Polynomial by Factoring

12th - Higher Ed
๐Ÿ‘‰ Learn how to find all the zeros of a polynomial. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. The zeros of a polynomial are the values...
Instructional Video2:41
Brian McLogan

Learn to rationalize the denominator with a monomial as the denominator ex 6

12th - Higher Ed
๐Ÿ‘‰ Learn how to rationalize the denominator. Rationalization is the simplification of a rational expression by multiplying the denominator and the numerator of the expression by the conjugate of the denominator. The conjugate of an...
Instructional Video3:14
Brian McLogan

Math tutorial for subtracting the 4th root of two numbers by simplifying first

12th - Higher Ed
๐Ÿ‘‰ Learn how to add or subtract radicals. A radical is a number or an expression under the root symbol. Radicals can only be added or subtracted if the numbers or expressions under the roots are the same for all terms. To add or subtract...
Instructional Video11:39
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Managing Users and Groups - Part 1

Higher Ed
This is the first part of the two-part video that explains how to manage users and groups. This clip is from the chapter "User Management" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section...
Instructional Video9:26
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Installing Apache, MySQL, PHP, and WordPress on Ubuntu

Higher Ed
This video explains how to install Apache, MySQL, PHP, and WordPress on Ubuntu. This clip is from the chapter "Extras" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section provides some extra knowledge...
Instructional Video9:15
Brian McLogan

Master how to find all of the zeros of a polynomial when given two complex zerosgiven c

12th - Higher Ed
Master how to find all of the zeros of a polynomial when given two complex zerosgiven c
Instructional Video9:03
Brian McLogan

Master how to find all of the zeros of a polynomial when given two imaginary zeros

12th - Higher Ed
Master how to find all of the zeros of a polynomial when given two imaginary zeros
Instructional Video1:53
Brian McLogan

Simplifying radicals simplify a 4th root radical expression

12th - Higher Ed
๐Ÿ‘‰ Learn how to find the 4th root of an expression. To find the 4th root of an expression, if the exponent of the expression is a multiple of 4, then the 4th root of the expression is the base of the expression with an exponent that is...
Instructional Video1:31
Brian McLogan

Rewriting a number using i

12th - Higher Ed
๐Ÿ‘‰ 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...
Instructional Video1:43
Brian McLogan

Rewriting a number using i

12th - Higher Ed
๐Ÿ‘‰ 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...
Instructional Video2:14
Brian McLogan

Solve an equation with rational exponents,(x - 2)^(1/3) = 5

12th - Higher Ed
๐Ÿ‘‰ Learn how to solve radical equations having one radical term. To solve a radical equation having one radical terms, we isolate the radical term by placing it in one side of the equation. Next, we get rid of the radical by taking on...
Instructional Video3:54
Brian McLogan

Using the quotient rules of radicals to help divide the 4th root of two radical expression

12th - Higher Ed
๐Ÿ‘‰ Learn how to find the 4th root of rational expressions. To find the 4th root of a rational expression, we first express the rational expression as the 4th root of the numerator divided by the 4th root of the denominator. Next we...
Instructional Video2:42
Brian McLogan

Taking the fourth root of an expression by using the product rule, fourth root(x^20 y^28)

12th - Higher Ed
๐Ÿ‘‰ Learn how to find the 4th root of an expression. To find the 4th root of an expression, if the exponent of the expression is a multiple of 4, then the 4th root of the expression is the base of the expression with an exponent that is...
Instructional Video3:39
Curated Video

Docker - A Complete Hands-On Guide - Got Permission Denied While Trying to Connect to the Docker with a NonRoot User

Higher Ed
This video explains how to connect to Docker with a nonroot user. This clip is from the chapter "NonRoot User" of the series "Docker A Beginner- HandsOn Guide".This section explains nonroot user.
Instructional Video6:24
Curated Video

Docker - A Complete Hands-On Guide - ENTRYPOINT Versus CMD

Higher Ed
This video explains ENTRYPOINT versus CMD. This clip is from the chapter "Dockerfile รขโ‚ฌโ€œ ENTRYPOINT and CMD" of the series "Docker A Beginner- HandsOn Guide".This section explains the dockerfile.
Instructional Video8:26
Curated Video

DevOps Complete Course - Set Up an EC2 Instance and Install Git

Higher Ed
This video demonstrates how to setup an EC2 instance and install Git. This clip is from the chapter "Git and GitHub" of the series "DevOps Complete Course".This section focuses on Git and GitHub.
Instructional Video10:19
Curated Video

DevOps Complete Course - Build Maven Project on Linux

Higher Ed
This video demonstrates building a Maven project on Linux. This clip is from the chapter "Maven" of the series "DevOps Complete Course".This section focuses on Maven from scratch.
Instructional Video11:06
Curated Video

DevOps Complete Course - Connecting to GitHub Using SSH

Higher Ed
This video explains connecting to GitHub using SSH. This clip is from the chapter "Git and GitHub" of the series "DevOps Complete Course".This section focuses on Git and GitHub.
Instructional Video13:31
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Building the GUI (Application Interface)

Higher Ed
In this beginner-friendly video, we will be building a Python application that allows us to input a search term and run a spider with just a click of a button. We will be using Python's built-in tkinter module to create the graphical...
Instructional Video6:13
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - ttk - Themed Widgets

Higher Ed
You will learn to create theme-based widgets using the tkinter themes with the ttk module. This clip is from the chapter "Tkinter" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on creating...
Instructional Video3:22
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - tkinter Module

Higher Ed
You will learn to use the tkinter class to create a graphical user interface using the Python built-in GUI module. This clip is from the chapter "Tkinter" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
Instructional Video2:35
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - The RETURN Keyword

Higher Ed
Let's look at creating a function that performs a task; we will look at functions to return a value using the RETURN keyword. This clip is from the chapter "Functions" of the series "The Ultimate Guide to Python Programming with Python...
Instructional Video4:13
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Label and Button Widgets

Higher Ed
You will learn how to create labels and button widgets in our interface. This clip is from the chapter "Tkinter" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on creating a graphical user...
Instructional Video9:36
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Creating Decorator Functions

Higher Ed
You will learn to define decorator functions, which will decorate an output line by line; you will also learn to use the REPL. This clip is from the chapter "Functional Programming" of the series "The Ultimate Guide to Python Programming...