Brian McLogan
Evaluating the sum of an infinite series
👉 Learn how to find the sum of a series using sigma notation. A series is the sum of the terms of a sequence. The formula for the sum of n terms of an arithmetic sequence is given by Sn = n/2 [2a + (n - 1)d], where a is the first term, n...
Let's Tute
Origami 3D umbrella
In this session we are going to learn how to make an Origami 3D umbrella with a detailed instruction of each steps.
Brian McLogan
Important parts of a trigonometric function
👉 Learn the basics of graphing trigonometric functions. The graphs of trigonometric functions are cyclical graphs which repeats itself for every period. To graph the parent graph of a trigonometric function, we first identify the...
Curated Video
Core Java Programming Course- "Dot" Operator
This video explains the "Dot" operator. This clip is from the chapter "Regular Expressions" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various regular expressions available in...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project: Use hash structure in a practical exercise - Quote finder
A look at basic searching techniques and the bisection search algorithm This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Curated Video
Apache Maven Beginner to Guru - Setting a Version Using Maven Property
This video demonstrates how to set a version using Maven property. This clip is from the chapter "Multi-Module Projects" of the series "Apache Maven: Beginner to Guru".This section presents an overview of the multi-module projects.
Curated Video
CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Explicit and Implicit Grid
CSS Grid: Explicit and Implicit Grid This clip is from the chapter "CSS Grid" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".Learn about CSS Grid here
Curated Video
GCSE Secondary Maths Age 13-17 - Algebra: Iteration - 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
The Full Stack Web Development - Positioning & Background Images - Project on Images
Styling with CSS3: Positioning & Background Images - Project on Images This clip is from the chapter "Styling with CSS3" of the series "The Full Stack Web Development".We move on to CSS3 and talk about positioning, gradients,...
Brian McLogan
Algebra 2 - Simplifying complex numbers to a higher power i ^ 81
In this video tutorial I show you how simplify imaginary numbers to a higher power. When working with imaginary numbers we notice that the value of imaginary numbers repeat after the degree 4. Therefore when we have an imaginary number...
Let's Tute
How to Fold a Paper Shark
In this video, the teacher demonstrates how to fold an 18-inch square sheet of paper into a shark using various folding techniques such as rabbit ear folds and triangle folds. The end result is a standing paper shark that can be used for...
Let's Tute
How to Make an Origami Snail
In this video, viewers will learn how to make an origami snail using a 15 by 15 centimeter sheet of paper. The tutorial includes step-by-step instructions and visuals to guide viewers through the process of folding and shaping the paper...
Brian McLogan
Learn How to Graph the Tangent Function by Changing the Period
👉 Learn how to graph a tangent function. To graph a tangent function, we first determine the period (the distance/time for a complete oscillation), the phase shift (the horizontal shift from the parent function), the vertical shift (the...
Curated Video
Stop Repeating Vocabulary in IELTS Speaking and Writing
Today you’ll learn 3 strategies for eliminated repeating vocabulary in your Speaking and Writing answers.
Curated Video
GCSE Secondary Maths Age 13-17 - Probability & Statistics: Venn Diagrams - 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
How to Write Repeating Decimals as Fractions
This video lesson will introduce the steps of converting a repeating decimal to a fraction algebraically. You will also learn the pattern associated with the number of digits that repeat. Grade 8 Common Core Topics/Standards
Curated Video
Learning CSS (Video 15)
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they work on...
friEdTech
Google Calendar Reminders
Learn how to use the new feature which allows you to use reminders alongside events in your Google Calendar.
APMonitor
Python 🐍 Loops
There are two basic types of loops including for and while. A for loop is to repeat code a predetermined number of times. A while loop is to repeat code but where the stopping condition may not be known before the loop starts.