Brian McLogan
Determine the Zeros for a Polynomial by Factoring
๐ 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...
Brian McLogan
Learn to rationalize the denominator with a monomial as the denominator ex 6
๐ 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...
Brian McLogan
Math tutorial for subtracting the 4th root of two numbers by simplifying first
๐ 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...
Curated Video
Linux Administration Bootcamp: Go from Beginner to Advanced - Managing Users and Groups - Part 1
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...
Curated Video
Linux Administration Bootcamp: Go from Beginner to Advanced - Installing Apache, MySQL, PHP, and WordPress on Ubuntu
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...
Brian McLogan
Master how to find all of the zeros of a polynomial when given two complex zerosgiven c
Master how to find all of the zeros of a polynomial when given two complex zerosgiven c
Brian McLogan
Master how to find all of the zeros of a polynomial when given two imaginary zeros
Master how to find all of the zeros of a polynomial when given two imaginary zeros
Brian McLogan
Simplifying radicals simplify a 4th root radical expression
๐ 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...
Brian McLogan
Rewriting a number using i
๐ 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...
Brian McLogan
Rewriting a number using i
๐ 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...
Brian McLogan
Solve an equation with rational exponents,(x - 2)^(1/3) = 5
๐ 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...
Brian McLogan
Using the quotient rules of radicals to help divide the 4th root of two radical expression
๐ 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...
Brian McLogan
Taking the fourth root of an expression by using the product rule, fourth root(x^20 y^28)
๐ 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...
Curated Video
Docker - A Complete Hands-On Guide - Got Permission Denied While Trying to Connect to the Docker with a NonRoot User
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.
Curated Video
Docker - A Complete Hands-On Guide - ENTRYPOINT Versus CMD
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.
Curated Video
DevOps Complete Course - Set Up an EC2 Instance and Install Git
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.
Curated Video
DevOps Complete Course - Build Maven Project on Linux
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.
Curated Video
DevOps Complete Course - Connecting to GitHub Using SSH
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.
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Building the GUI (Application Interface)
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - ttk - Themed Widgets
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - tkinter Module
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - The RETURN Keyword
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Label and Button Widgets
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Creating Decorator Functions
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...