Complete the following steps to plot an image of your own choosing (a) Create a list containing a set of ordered pairs needed to create your image. Name the list mylist. Be sure to list the points in the order in which they will be connected together. The created list should begin and end with (0,0) in order to connect the last point back to the first point. (b) Use the command HGMatrix to convert your matrix into a matrix and assign this matrix the name mylistmat and then use the Plotimage command to plot the corresponding image.