So I am trying to find the relationship between fractals and newton's method, and I am trying to use software to generate the fractals pattern. which software can I use to do that and how?
Also i am trying to compare two different types of Newton;s method - the normal one and a new type of newton's method called relax newton's method. The new type maintains a quadratics convergence in most situations, but how can I generate fractals for this new Newton;s method?