
Coding Challenge #141: Calculating Digits of Pi with Mandelbrot Set
Let's celebrate PI Day by approximating the digits of Pi using a special location in the legendary Mandelbrot set fractal! Code: https://thecodingtrain.com/challenges/141-mandelbrot-pi
π₯ Previous video: https://youtu.be/uH4trBNn540?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ Next video: https://youtu.be/9PGfL4t-uqE?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
References:
π₯§ The World of Pi: http://www.pi314.net/eng/
β BigDecimal: https://docs.oracle.com/javase/7/docs/api/java/math/BigDecimal.html
πΌοΈ Mandelbrot Image: https://en.wikipedia.org/wiki/Mandelbrot_set#/media/File:Mandel_zoom_00_mandelbrot_set.jpg
Videos:
π₯ Pi and the Mandelbrot Set: https://youtu.be/d0vY0CKYhPY
π΄ Coding Train Live 172: https://youtu.be/78ZthTGcdPw?t=7875s
πΊ 12 Hour Live Stream (last 4 hours sadly cut-off): https://youtu.be/PIeKyP97EUc
Related Coding Challenges:
π #21 Mandelbrot Set with p5.js: https://youtu.be/6z7GQewK-Ks
π #140 Leibniz Formula for Pi: https://youtu.be/uH4trBNn540
π #156 Peeking Inside Pi: https://youtu.be/MEdpRYyjz_0
π #161 Estimating Ο from Random Numbers with Euclid's Algorithm: https://youtu.be/EvS_a921dBo
π #169 Pi in the Sky Game: https://youtu.be/_H9JIwWP7HQ
Timestamps:
0:00 Introduction!
0:43 Mandelbrot Set Summary
5:00 Calculating Digits of Pi
7:30 Simplifying
9:20 Mistake
14:30 Big Decimal
17:30 Math Context
22:30 Mandelbrot Set
Editing by Mathieu Blanchette
Animations by Jason Heglund
Music from Epidemic Sound
π Website: http://thecodingtrain.com/
πΎ Share Your Creation! https://thecodingtrain.com/guides/passenger-showcase-guide
π© Suggest Topics: https://github.com/CodingTrain/Suggestion-Box
π‘ GitHub: https://github.com/CodingTrain
π¬ Discord: https://thecodingtrain.com/discord
π Membership: http://youtube.com/thecodingtrain/join
π Store: https://standard.tv/codingtrain
ποΈ Twitter: https://twitter.com/thecodingtrain
πΈ Instagram: https://www.instagram.com/the.coding.train/
π₯ Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ Intro to Programming: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA
π p5.js: https://p5js.org
π p5.js Web Editor: https://editor.p5js.org/
π Processing: https://processing.org
π Code of Conduct: https://github.com/CodingTrain/Code-of-Conduct
This description was auto-generated. If you see a problem, please open an issue: https://github.com/CodingTrain/thecodingtrain.com/issues/new
#mandelbrot #mandelbrotset #piapproximation #fractal #java #processing