Hi, what do you want to do?
Brian McLogan
Learn how to quickly add two trinomial together by combining like terms
👉 Learn how to add and subtract polynomials by either using the vertical or horizontal method.
Curated Video
Complete Modern C++ - Callbacks Revisited - Function Pointers
This video revisits the concepts of function pointers as callbacks.
r/>
This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we will investigate callbacks and lambda...
r/>
This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we will investigate callbacks and lambda...
Brian McLogan
Learn how to write the polynomial equation 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...
Brian McLogan
Finding all the roots of a cubic 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
How to write the final answer of a problem using synthetic division
👉 Learn about dividing by synthetic division. Synthetic division is a method of dividing polynomials by linear expressions. To divide using synthetic division, we equate the divisor to 0 and then solve for the variable, the solution for...
Brian McLogan
When given three rational zeros learn to write the polynomial equation
👉 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...
Curated Video
Practical Data Science using Python - Types of Data and Descriptive Statistics
This video explains types of data and descriptive statistics.
<
br/>
This clip is from the chapter "Statistical Techniques" of the series "Practical Data Science Using Python".This section explains advanced visualizations using...
<
br/>
This clip is from the chapter "Statistical Techniques" of the series "Practical Data Science Using Python".This section explains advanced visualizations using...
Brian McLogan
How to apply synthetic division when your zero is a fraction
👉 Learn about dividing by synthetic division when the divisor is a fraction. Synthetic division is a method of dividing polynomials by linear expressions. To divide using synthetic division, we equate the divisor to 0 and then solve for...
Brian McLogan
Multiplying two exponents and adding the powers the easy way
In this video playlist I will show you the basics for polynomial functions. We will start with factoring polynomial equations to determine the zeros of a polynomial. We will then learn how to write the polynomial given a set of zeros....
Curated Video
Practical Data Science using Python - Pandas DataFrame 2
This video explains the describe() DataFrame command.<br<br/>/>
This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Curated Video
Business Intelligence with Microsoft Power BI - with Material - Creating a Table
This video explains how to create a table in Power BI.
<
br/>
This clip is from the chapter "Tables and Matrix in Power BI" of the series "Business Intelligence with Microsoft Power BI - with Material".This section provides an...
<
br/>
This clip is from the chapter "Tables and Matrix in Power BI" of the series "Business Intelligence with Microsoft Power BI - with Material".This section provides an...
Curated Video
Complete Modern C++ - std::set and std::multiset
In this video, learn about their features and understand how to use them.
r/>
This clip is from the chapter "Standard Template Library" of the series "Complete Modern C++".This section is the description of the standard...
r/>
This clip is from the chapter "Standard Template Library" of the series "Complete Modern C++".This section is the description of the standard...
Brian McLogan
Master Determining all of the possible rational zeros of a polynomial, rational zero test
Master Determining all of the possible rational zeros of a polynomial, rational zero test
Brian McLogan
Why and how to we apply synthetic division with a missing term
👉 Learn about dividing by synthetic division when there is a missing power. Synthetic division is a method of dividing polynomials by linear expressions. To divide using synthetic division, we equate the divisor to 0 and then solve for...
Brian McLogan
Learn how to divide a monomial into a polynomial
👉 Learn how to divide polynomials by a monomial using the long division algorithm. A monomial is an algebraic expression with one term while a polynomial is an algebraic expression with more than one term. To divide a polynomial by a...
Curated Video
Practical Data Science using Python - Linear Regression Data Preparation and Analysis 2
This video explains how to plot the distribution of various values of engine types.<br<br/>/>
This clip is from the chapter "Linear Regression" of the series "Practical Data Science Using Python".This section explains linear regression.
This clip is from the chapter "Linear Regression" of the series "Practical Data Science Using Python".This section explains linear regression.
Curated Video
Business Intelligence with Microsoft Power BI - with Material - Conditional Formatting in a Table
This video explains how to perform conditional formatting in a table.
<
br/>
This clip is from the chapter "Tables and Matrix in Power BI" of the series "Business Intelligence with Microsoft Power BI - with Material".This section...
<
br/>
This clip is from the chapter "Tables and Matrix in Power BI" of the series "Business Intelligence with Microsoft Power BI - with Material".This section...
Brian McLogan
Master Determining all of the solutions of a polynomial given a factor, real rational zero, or root
Master Determining all of the solutions of a polynomial given a factor, real rational zero, or root
Brian McLogan
Using long division to divide two polynomials then determine the other zeros
👉 Learn how to divide polynomials using the long division algorithm. To be able to solve a polynomial, we need to be able to get the factors and hence the zeros. To get the factors, we use the rational zeros theorem to get one of the...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 67 - Sorting Using Spring Data JPA Repository
In this video, we will cover sorting using Spring Data JPA repository.
r/>
This clip is from the chapter "Spring Data JPA and Spring Data REST" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this...
r/>
This clip is from the chapter "Spring Data JPA and Spring Data REST" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - List Operations
Let's learn how to add, access, delete elements in a list with its respective access.
<
br/>
This clip is from the chapter "Lists" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section illustrates...
<
br/>
This clip is from the chapter "Lists" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section illustrates...
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Query Methods and Operators
This video explains query methods and operators.
<
br/>
This clip is from the chapter "MongoDB + Mongoose (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on MongoDB...
<
br/>
This clip is from the chapter "MongoDB + Mongoose (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on MongoDB...
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...
Curated Video
Job-Ready SQL in an Afternoon - Aliases and Ordering
In this video, you will learn about aliases and ordering.
<
br/>
This clip is from the chapter "Databases, Tables, and Basic Queries" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover databases, tables,...
<
br/>
This clip is from the chapter "Databases, Tables, and Basic Queries" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover databases, tables,...