Python Forum

Full Version: Newton Fractal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi there, I need an algorithm for x^3-1 with Newton's method and tha end have show a fractal. Can someone help me?
we can help with code that you've written.
Also point you in the direction of code that you can integrate into your own.
For example: https://www.math.ubc.ca/~pwalls/math-pyt...on/newton/