Question: Question #1-Explore the Julia Sets (40 marks) A Julia Set is a construction from complex math that can be used to generate a wide range

Question #1-Explore the Julia Sets (40 marks) A Julia Set is a construction from complex math that can be used to generate a wide range of fractal patterns, with the chaotic property: very small changes in the initial conditions lead to dramatic changes in the generated shape. A standard Linux tool, gnuplot, is capable of plotting a Julia Set from a simple text script and we have provided you with the basis of this script as the attached file "shape_template.txt". You will create a C program to automate the process of inserting the initial conditions, two floating point numbers, into the correct place in the script, a simple token replacement. In case you try this on your owrn computer, the command "sudo apt-get install gnuplot-x11" is likely to be helpful. Write a program q1 julia_explorer.c that allows the user to produce Julia Set plots interactively: 1. Accept exactly three command-line arguments
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
