79.4k views
2 votes
Write a function to represent the sequence of transformations applied to the point .

Write a function to represent the sequence of transformations applied to the point-example-1
User Veeru
by
3.4k points

1 Answer

6 votes

Answer:

R(x,y)=(-y,x)

Explanation:

Given the point (x, y).

If the point is rotated 90 degrees counterclockwise about the origin, then, a function to represent this transformation is:


R(x,y)=(-y,x)

User Alexander Gorelik
by
3.0k points