Brian McLogan
Find all the remaining zeros given a complex zero
👉 Learn how to find all the zeros of a polynomial given one complex 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...
Virtually Passed
Least Squares Formula PROOF
First video: https://youtu.be/6eLJSzOHdc8 Linear least squares is a method commonly used to fit curves to data. The equation used for least squares here is derived using the column space of A. The 'best' value of X is the one that...
Curated Video
Vim Masterclass - Visual Mode – Part 2
This video is the second video of a two-part series that explains the visual mode of Vim. This clip is from the chapter "Visual Mode" of the series "Vim Masterclass".This section explains the visual mode of Vim.
Curated Video
Sorting Dates Chronologically in Microsoft Excel
In this tutorial, the teacher demonstrates how to sort a table of people's names and dates of birth chronologically in Microsoft Excel. The instructor explains the process of formatting the date cells, selecting the column to be sorted,...
Curated Video
Robotic Process Automation - UiPath RPA Developer Masterclass - UiPath Studio - The Design Panel
This video will go more into detail and focus on the design panel—one of the main components of the UiPath Studio user interface. This clip is from the chapter "The UiPath Platform and UiPath Studio" of the series "Robotic Process...
Curated Video
Describe an advanced data structure : Manacher’s Algorithm
From the section: More Complex Algorithms on Arrays. In this section, we will deal with even more complex problems involving arrays. They will require more complex logic or data structures to solve, or a clever way of applying more than...
Curated Video
Solving Simultaneous Equations Using the Substitution Method
This video is a tutorial on how to solve linear simultaneous equations using the substitution method. The presenter explains what simultaneous equations are and how to rearrange them to get a variable on its own, so that they can be...
Curated Video
Bash Shell Scripting - Creating Loops Using "for"
This video demonstrates how to create loops using "for". This clip is from the chapter "Flow Control" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section helps you understand flow...
Curated Video
GCSE Secondary Maths Age 13-17 - Algebra: Algebra - Explained
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Curated Video
GCSE Secondary Maths Age 13-17 - Algebra: Surds - Explained
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Curated Video
GCSE Secondary Maths Age 13-17 - Algebra: Expand and Simplify brackets - Explained
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Curated Video
GCSE Secondary Maths Age 13-17 - Algebra: Solving Equations - Explained
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Exploring TLS Session with Our Website at Github.io - Part 2
In this video, we'll be exploring TLS session with our website at Github.io - part 2. This clip is from the chapter "Launching TLS Secured Website with Free Domain and Hosting" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In...
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Exploring ECDHE with ECDSA
In this video, we'll learn about exploring ECDHE with ECDSA. This clip is from the chapter "SSL, TLS, and HTTPS" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll learn about SSL, TLS, and HTTPS.
Curated Video
Expanded Form and Exponential Notation
Writing a number in expanded form using exponential notation.
Curated Video
GCSE Secondary Maths Age 13-17 - Algebra: Subject of a Formula - Explained
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Curated Video
GCSE Secondary Maths Age 13-17 - Algebra: Expanding brackets - Explained
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Curated Video
World of Computer Networking Your CCNA start - Capturing Some Data Using Wireshark
This video demonstrates how to capture data using Wireshark. This clip is from the chapter "Transmission Control Protocol/Internet Protocol (TCP/IP) and Open Systems Interconnection (OSI) Models" of the series "World of Computer...
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Cart UI - Part 2
In this video, we'll look at cart UI - part 2. This clip is from the chapter "Shopping Cart Management" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at shopping cart management.