Find the standard matrix of T:R2→R2 rotates points (about the origin) through −π/4 radians (clockwise).
Let T:R2→R2 be a linear transformation given by rotating vectors in the counter-clockwise direction through an angle of θ.
Then the matrix A of T is given by
T((10))=(cosθsinθ)
T((01))=(−sinθcosθ)
A=(cosθsinθ−sinθcosθ) Given θ=π/4. Then
A=(cos(π/4)sin(π/4)−sin(π/4)cos(π/4))=(2/22/2−2/22/2)
Comments