Problem
How can I use a function in Python (that generates an array) output to send them to Newton raphson method and in return newton raphson to output solution for each input.
Also after generating these outputs, how can I animate them using Python?