Let's make Newton Fractals from Newton's Method in python (FROM SCRATCH)

Опубликовано: 28 Май 2023
на канале: The Doomsday Netrunner
702
28

In this video, you get to go from knowing nothing about the newton's method and fractals to implementing them from scratch in python.

Here's the 3blue1brown's video on newton's fractals:    • Newton’s fractal (which Newton knew n...  

github for notebook+app and jamboard illustrations
🐱‍👤https://github.com/raufie/fractals_video
🔗https://jamboard.google.com/d/1e952O4...

To support the channel, check out my courses
🎓 Full Stack programming for absolute beginners: https://www.udemy.com/course/full-sta...
🎓 Data structures for absolute beginners : https://www.udemy.com/course/data-str...
This video took some effort, to support like and subscribe.

00:00 Introduction
03:06 Roots and Complex Numbers
09:05 Newton's Method
15:01 Newton's Method implementation
25:59 Newton's Fractals