Curated Video
How to Convert From Decimal to Hexadecimal
Quick whiteboard tutorial showing how to easily convert numbers in decimal (base 10) to hexadecimal (base 16) for students studying GCSE Computer Science
Curated Video
British English: Quoting a Phone Number
Learn British English. In this video we cover how to quote a phone number. Pay close attention to the pronunciation.
Curated Video
Multiplying Decimals by Powers of Ten (Part2)
Understand how the placement of the decimal point changes when multiplying decimal numbers by powers of 10.
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Padding Image
This video explains about padding image. This clip is from the chapter "Deep Neural Network Architecture" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the deep neural network...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Moving Avg Implemented
This video explains the implementation of Moving Avg. This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - String Format Specifiers
In this video, you will learn how to use the = format specifier that will do the same task as our {} to print any values. This clip is from the chapter "Revisiting Strings" of the series "The Ultimate Guide to Python Programming with...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - NumPy for Numerical Data Processing: Arrange, Random, and Reshape-Part 2
In this video, we will cover arrange, random, and reshape-part 2. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A...
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
Determining the Zeros of Function and It's Multiplicity
👉 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
Determining the Zeros of a Polynomial to the Fifth Power 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
Learning to Find the Solution of a Polynomial to the 5th Power 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 How to Factor and Solve a Polynomial to the 4th Power
👉 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
Given a quadratic factor, find all the zeros
👉 Learn how to divide two polynomial using long division. We will follow the long division algorithm to identify the quotient or other factor that divides into the polynomial.
Brian McLogan
How to find the real zero of a cubic function
👉 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
How to Find the Real Zeros by Solving a Cubic Function in Vertex Form
👉 Learn how to find all the zeros of a factored 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...
Brian McLogan
Finding the roots of a polynomial by factoring to the 4th power
👉 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
Finding all the Solutions of a Higher Order 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
Factoring Out the GCF so that You can Solve a Polynomial to the 5th Degree
👉 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
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
Writing the equation of a polynomial given three different zeros
👉 Learn how to write the equation of a polynomial when given rational zeros. Recall that 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...
Brian McLogan
When given zeros including complex find the polynomial
👉 Learn how to write the equation of a polynomial when given imaginary zeros. Recall that 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...
Brian McLogan
Write the polynomial when given complex zeros
👉 Learn how to write the equation of a polynomial when given complex zeros. Recall that 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...
Curated Video
Placeholders and Trailing Zeros
Understand placeholders and trailing zeros in decimal numbers.