+
Instructional Video5:55
Curated Video

Doodling in Math: Spirals, Fibonacci, and Being a Plant [1 of 3]

9th - 11th
Part 2: http://youtu.be/lOIP_Z_-0Hs Part 3: http://youtu.be/14-NdQwKz9w Re: Pineapple under the Sea: http://youtu.be/gBxeju8dMho My personal website, which you might like: http://vihart.com
+
Instructional Video6:07
Curated Video

Doodling in Math: Spirals, Fibonacci, and Being a Plant [Part 3 of 3]

9th - 11th
Notes and References: http://youtu.be/POKWkuwoihM Part 1: http://youtu.be/ahXIMUkSXX0 Part 2: http://youtu.be/lOIP_Z_-0Hs How to find the Lucas Angle: http://youtu.be/RRNQAaTVa_A My personal website, which you might like: http://vihart.com
+
Instructional Video2:50
Packt

Python 3: Project-based Python, Algorithms, Data Structures - Recursion mini-project 3 - Fibonacci series

Higher Ed
Get the list size and range of ints for each list element from the user during program execution This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python,...
+
Instructional Video4:51
Curated Video

The Magical Fraction 1/999,999,999,999,999,999,999,998,999,999,999,999,999,999,999,999

6th - 11th
The number 1/999,999,999,999,999,999,999,998,999,999,999,999,999,999,999,999 has the Fibonacci numbers in order for every group of 24 decimals. This video explains why the pattern emerges. (sources, proofs, and links below) Via Futility...
+
Instructional Video4:08
Curated Video

Introduction To Sequences | Algebra | Maths | FuseSchool

12th - Higher Ed
In this video we’re going to discover some key sequences terminology and how to recognise and generate some important sequences. We will come across all of these key sequences... Arithmetic, Linear, Triangular, Square, Cube, Fibonacci,...
+
Instructional Video11:23
Numberphile

Golden Ratio BURN (Internet Beef) - Numberphile

6th - 11th
Seriously? Matt Parker is talking about Fibonacci and Lucas numbers again. Part 2: https://youtu.be/z1THaBtc5RE More links & stuff in full description below ↓↓↓ See part 2 on Numberphile2: https://youtu.be/z1THaBtc5RE The original...
+
Instructional Video4:59
Packt

C++ 20 (2a) New Features - Generator Expressions

Higher Ed
Define a simple Fibonacci function with a co_yield expression. • Define a Fibonacci function • Add generator definition using raw coroutines facilities • Add generator definition using cppcoro template This clip is from the chapter...
+
Instructional Video2:16
Curated Video

Punkin Chunkin 2010- Redemption

6th - 11th
For more, visit http://science.discovery.com/tv/punkin-chunkin/ | After last year's catastrophic explosion, Fibonacci hopes for the ultimate redemption. Their legacy is at stake in 2010. Watch as the team prepares for the competition.
+
Instructional Video56:33
World Science Festival

The Mathemagician: Arthur Benjamin

6th - 11th
Reader’s Digest has called “Mathemagician” Arthur Benjamin “America’s Best Math Whiz.” Returning in an encore presentation, Arthur Benjamin displays feats of mental mathematical gymnastics and shares the secrets behind his skills. A...
+
Instructional Video15:14
Then & Now

The History of the Alt-Right

9th - 11th
In this video, I look at the history of the Alt-Right, looking specifically at 4chan, Gamergate, and meme culture, as well as 'leaders' like Milo Yiannopoulos, Richard Spencer, Jared Taylor and Kevin Macdonald, to draw a short history of...
+
Instructional Video7:17
Blank on Blank

Jonathan Alter on Interviewing Presidents Obama, Clinton & Nixon

9th - 11th
"I think it's fair to say that that helped to create the Teabaggers." - President Barack Obama, November 30, 2009 THE BACKSTORY How do you interview a President? We asked veteran political journalist and author, Jonathan Alter, on this...
+
Instructional Video1:58
Curated Video

Open Letter to Nickelodeon, Re: SpongeBob's Pineapple under the Sea

9th - 11th
SpongeBob background designer's response: "OK, I guess the jig is up... I'm tired of living a lie." See his full message and pineapple redesign: http://kennypittenger.blogspot.com/2012/01/called-out.html P.S. http://youtu.be/sFTwc8kHSu4...
+
Instructional Video11:50
The Royal Institution

The Golden Angle - Christmas Lectures with Ian Stewart

9th - 11th
Thr golden angle is a mathematical concept, closely related to the golden ratio and Fibonacci numbers. Where can you find it and how is it formed? Subscribe for regular science videos: http://bit.ly/RiSubscRibe Watch the full lecture:...
+
Instructional Video4:29
Curated Video

Creating Recursive Formulas Using Function Notation

K - 5th
In this video lesson, students will learn how to use function notation to create recursive formulas for sequences. The video explains the concepts of arithmetic and geometric sequences, as well as the Fibonacci sequence, and demonstrates...
+
Instructional Video5:34
CuriosaMente

¿Quién inventó los números?

9th - 12th
¿Cuál es el origen de los números y de las matemáticas? Los números se han utilizado durante miles de años, con los primeros registros numéricos tallados en huesos. Sumeria, alrededor del 3000 a.C., fue una de las primeras culturas en...
+
Instructional Video22:37
Curated Video

The Golden Ratio: Is It Myth or Math?

12th - Higher Ed
The golden ratio. Some say it’s the most mythical number in the universe. Others say it underlies everything from nature’s patterns to beauty in art and design. But, like, what is it? And does the myth of the golden ratio hold up to its...
+
Instructional Video5:00
Curated Video

The Golden Ratio: The Divine Proportion in Nature and Art

Pre-K - Higher Ed
Since the time of the ancient Greeks, there was a belief in the divine property of numbers. Some held that number held the secret to aesthetics and the very nature of the universe itself. Let’s learn about the golden ratio.
+
Instructional Video4:10
Packt

C++ Standard Template Library in Practice - Fill and Generate

Higher Ed
The listener is new to algorithms and does not know about the fill and generate algorithms. • Introduce the listener to the std::fill and std::generate algorithm • Show how it works and explain the different versions available •...
+
Instructional Video11:48
Packt

Python 3: Project-based Python, Algorithms, Data Structures - Performance measures - deep dive with a programmatic view

Higher Ed
Analyze execution context and frames created by recursive divide function in-depth This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms,...
+
Instructional Video11:59
msvgo

Introduction to Sequences and Series

Pre-K - Higher Ed
It explains the concept of sequence and series and the difference between the two. It also explains the method to identify the general term of a sequence.
+
Instructional Video3:37
IDG TECHtalk

The basics of benchmarking Go applications | Smart Go

Higher Ed
Learn how to use Go's built-in testing framework to run benchmarks on your code, and find out where your programs may have performance bottlenecks.
+
Instructional Video3:31
IDG TECHtalk

Creating tests for your Go apps: Smart Go

Higher Ed
Learn the basics of Go's built-in testing framework, used for writing unit tests that sit side-by-side with the code you're testing.
+
Instructional Video3:30
Packt

Core Java Programming Course- Hands-on Exercise on the "For" Loop

Higher Ed
This video explains how to use the "For" loop with the help of an exercise. 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...
+
Instructional Video2:31
Curated Video

Understanding the Purpose of Explicit and Recursive Formulas in Sequences

K - 5th
By understanding when and how to use each formula, students will be able to efficiently find specific terms in a sequence without having to generate the entire sequence. This lesson emphasizes the importance of using the appropriate...

Other popular searches