Question: Answer in Python according to instructions Problem 6 Create a function scale_rotate(s, alpha, tau) that rotates the points in the input set s by tau
Problem 6 Create a function scale_rotate(s, alpha, tau) that rotates the points in the input set s by tau radians, and scales it by a factor of alpha . The function should throw an error message if the input alpha is negative INPUT s-set of points alpha-positive real number tau- any real number(radians) OUTPUT a set of points, scaled and rotated
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
