Question 1) Create the animation in matlab and transform an initial set of user defined points in several ways. These ways are as follows:
a) reflect pts through x axis
b) reflect pts through y-axis
c) reflect pts through origin
d) reflect points through the line y=x
e) rotate (theta) degrees CC
f) scale x and y according to a scale factor (determined by me)
g) shear parallel to x-axis (with shear factor k set by me)
h) shear parallel to y-axis (again, with self determined shear factor
Each of these is to be a seperate function with its own file.