3Blue1Brown | |
Birth Name: | Grant Sanderson |
Occupation: | YouTuber |
Channel Direct Url: | @3blue1brown |
Channel Display Name: | 3Blue1Brown |
Years Active: | 2015–present |
Genre: | Mathematics, Education |
Subscribers: | 6.16 million |
Views: | 500 million |
Associated Acts: | Matt Parker, MinutePhysics, Numberphile, Smarter Every Day, Mark Rober |
Silver Button: | yes |
Silver Year: | 2016[1] |
Gold Button: | yes |
Gold Year: | 2018[2] |
Diamond Button: | n |
Ruby Button: | n |
Red Diamond Button: | n |
Stats Update: | May 6, 2024 |
3Blue1Brown is a math YouTube channel created and run by Grant Sanderson.[3] The channel focuses on teaching higher mathematics from a visual perspective, and on the process of discovery and inquiry-based learning in mathematics, which Sanderson calls "inventing math".
Sanderson graduated from Stanford University in 2015 with a bachelor's degree in mathematics. He worked for Khan Academy from 2015 to 2016 as part of their content fellowship program, producing videos and articles about multivariable calculus, after which he started focusing his full attention on 3Blue1Brown.[4]
In 2020, Grant Sanderson became one of the creators and lecturers of the MIT course Introduction to Computational Thinking, together with Alan Edelman, David Sanders, James Schloss, and Benoit Forget.[5] The course uses the Julia programming language and Grant Sanderson's animations to explain various topics: convolutions, image processing, COVID-19 data visualization, epidemic modelling, ray tracing, introduction to climate modelling, ocean modelling, and the algorithms that lie behind these topics.[6]
In February 2022, Sanderson determined that the best starting word in the game Wordle was CRANE
using information theory.[7] Later, he stated that the code he wrote to determine the best starting word had a bug in it, and the actual best starting word that gives the lowest average score is SALET
.[8]
In January 2020, Sanderson delivered a talk in An Evening with Grant Sanderson, hosted by the Stanford Speakers Bureau. Sanderson offered his perspective on engaging with math: instead of prioritizing usefulness, he emphasizes emotion, wonder and imagination. He aims to "bring life to math" with visuals, graphics, and animations. In August 2021, Sanderson was one of several featured speakers at SIGGRAPH 2021.[9]
In November 2022, Sanderson delivered a keynote speech, "What can algorithms teach us about education?", at the 17th Dutch National Informatics Congress CelerIT hosted by Stichting Nationaal Informatica Congres (SNiC).[10] Sanderson offered his perspective on how mathematics education should evolve in the future and related his findings with the way neural networks learn, he emphasizes the need for students to grasp concepts and understand them.
3Blue1Brown started as a personal programming project in early 2015. In an episode of the podcast Showmakers, Sanderson explained that he wanted to practice his coding skills and decided to make a graphics library in Python, which eventually became the open-source project Manim (Mathematical Animation Engine). To have a goal for the project, he decided to create a video with the library and upload it to YouTube. On March 4, 2015, he uploaded his first video. He started publishing more videos and improving the graphics tool.[11]
3Blue1Brown videos are themed around visualizing math, including pure math such as number theory and topology as well as more applied topics in computer science and physics, The visuals are predominantly generated by Manim, a Python animation library written by Sanderson, though occasionally visuals are drawn from other software such as macOS's Grapher application.[12]
The channel's videos have been featured in Popular Mechanics,[13] [14] [15] ABC News,[16] and Quanta Magazine.[17] Sanderson has appeared on numerous notable podcasts, including Numberphile, Lex Fridman, the Art of Problem Solving,[18] Siraj Raval,[19] and Showmakers.[20]
Manim | |
Author: | Grant Sanderson |
Programming Language: | Python |
Operating System: | Linux, macOS, Windows |
Genre: | Animation engine |
License: | MIT License |
Manim is a cross-platform, free and open-source animation engine released under the MIT License. It was initially developed by Grant Sanderson in early 2015.