In: Mechanical Engineering
The spiral of Archimedes is a curve described in polar coordinates by the equation ?? = ???? where ?? is the distance of a point from the origin, and ?? is the angle of the point in radians with respect to the positive x-axis. Write an m-file to create a plot of the spiral of Archimedes using 1000 points for 0 ? ?? ? 6?? ?????? when k = 0.5. Be sure to include a title, axis labels, and grid on the plot. Hint: use the command axis equal.