Based on the program in Example 8.27 in the Julia chapter, write a
distributed program to generate the colored version of the Julia set shown on the
book cover. To do this, generate a 1000 × 1000 shared matrix j and distribute the
computation of the matrix entries to the workers.
Te result can then be visualized with the command imshow(J, cmap = "hot")
from the package PyPlot.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here