Hi, what do you want to do?
Brian McLogan
How to Find All of the Zeros Including Complex When Given a Polynomial
👉 Learn how to find all the zeros of a polynomial that cannot be easily factored. 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...
Curated Video
Implement arithmetic operations in a computer program : Arithmetic Operators
From the section: Basics. In this section, we look into comments, variables and its types, list, tuples, dictionary, various operators, and loops in details.
An arithmetic operator is a mathematical function that takes two...
An arithmetic operator is a mathematical function that takes two...
Curated Video
Rewriting Rational Expressions Using Long Division and Remainders
In this video, the teacher explains how to rewrite rational expressions when there is no common factor. They use examples and demonstrate the process of long division to rewrite the expressions. The video emphasizes the importance of...
Curated Video
Solving Word Problems with Pictures
In this video lesson, students learn how to solve word problems by drawing pictures. The teacher demonstrates the process using examples such as dividing apples, counting cartons of milk, calculating change, and distributing slices of...
msvgo
Factor Theorem
This nugget explains the proof of the Factor theorem. It includes problems and their solutions based on the theorem.
Curated Video
Reporting the Quotient with Remainders: Rounding Up or Down
In this video, the teacher explains how to report the quotient of a division problem as a whole number when there is a remainder. They use real-life examples, such as going to a baseball game and selling apples, to help students...
Curated Video
Implement arithmetic operations in a computer program : Arithmetic operators in Python: Python Basics
From the section: Setting up Python and Jupyter Notebook. This section gets you started with Python. This section will help you set up the python and Jupyter environment on your system and it'll teach you how to perform some basic...
Curated Video
Core Java Programming Course- Arithmetic Operators in Java
This video explains the different arithmetic operators in Java.
r/>
This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section...
r/>
This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - MacOS - Testing the Spark Installation
We will be testing our Spark installation for macOS in this session. This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section will...
Brian McLogan
How to apply the remainder theorem by evaluating and synthetic division
👉 Learn about and how to apply the remainder and factor theorem. The remainder theorem states that f(a) is the remainder when the polynomial f(x) is divided by x - a. Thus, given a polynomial, f(x), which is to be divided by a linear...
Curated Video
Double Division: Calculating Division Problems with Three Digit Divisors
In this lesson, we learned how to use double division to solve division problems with three-digit divisors. By finding products that are less than or equal to the leading digits of the dividend, we can break down the division problem...
Brian McLogan
Given a Irrational Factor | Find All the Zeros of the Polynomials
👉 Learn how to find all the zeros of a polynomial given one irrational zero. 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...
Curated Video
Introduction to Factor Theorem and Factoring Polynomials
The video is a lecture presentation about the factor and remainder theorems in mathematics. The presenter explains how to use the factor theorem to find factors and remainders of polynomials by substituting specific values and also...
Brian McLogan
Learn to using the long division to divide two numbers
👉 In this video series you will learn how to divide integers. We will discuss basic division and then move to division using long division. Integers will be single digit as well as multi-digit problems. When a number the divisor does not...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - PySpark Installation
In this session, we will go ahead and install PySpark (Windows). This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section will give...
Brian McLogan
How to use the Remainder Theorem with Polynomials
How to use the Remainder Theorem with Polynomials
Brian McLogan
How to find the integral using long division and natural logarithms
👉 Learn how to evaluate the integral of a function. The integral, also called antiderivative, of a function, is the reverse process of differentiation. Integral of a function can be evaluated as an indefinite integral or as a definite...
Let's Tute
Division of Line Segment
In this video we will study Division of Line Segment. We will cover topics such has Dividing 2 numbers, Division algorithm, and Dividing Polynomials
Brian McLogan
Find the antiderivative using long division and natural logarithms
👉 Learn how to evaluate the integral of a function. The integral, also called antiderivative, of a function, is the reverse process of differentiation. Integral of a function can be evaluated as an indefinite integral or as a definite...
Brian McLogan
How to use the long division to help you divide two numbers, the long way
👉 In this video series you will learn how to divide integers. We will discuss basic division and then move to division using long division. Integers will be single digit as well as multi-digit problems. When a number the divisor does not...
Curated Video
KS2 Primary Maths Age 9-13 - Fractions, Decimals and Percentages: Multiplying Fractions - Explained
SchoolOnline's Primary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 9-13, they cover every key topic and sub topic covered in Maths in clear and easy to follow steps.
This video...
This video...
Brian McLogan
Learning to Find All of the Zeros of a Polynomial
👉 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 All Zeros of a Polynomial, Given the Graph Using Synthetic Division
👉 Learn how to find all the zeros of a polynomial given one rational zero. 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...