MATLAB: Need Help to Homework

matrix manipulationvectors

Hello,
Consider the matrix A=[2/3 -2/3; 2/3 7/3].
Consider 10000 equally spaced points on the unit circle in R2 (assume Euclidian
distance). The coordinates of each of these points define a column vector
v in R2. Compute w = Av for all points, interprete the resulting vectors
again as points in the plane, and draw all resulting points in one figure.
What i need to do?

Best Answer

My hint would be to use the LINSPACE command to generate equally spaced angles theta for the points. There is nothing in the homework exercise that asks for random points, so I'm not sure why you mention it.