5. Geometric Transformations
Sign In
A'(1,- 1), B'(4,- 2), C'(- 1,- 4)
We want to use matrices to perform a rotation by 270^(∘) about the origin on the triangle with vertices at A(1,1), B(2,4), and C(4,- 1). Let's start by drawing the triangle on the coordinate plane.
A B C ↓ ↓ ↓ 1 & 2 & 4 1 & 4 & - 1 Then, we multiply the corresponding rotation matrix by the obtained matrix. Let's see the different rotation matrices for the coordinate plane.
| 90^(∘) Rotation Matrix | 180^(∘) Rotation Matrix | 270^(∘) Rotation Matrix | 360^(∘) Rotation Matrix |
|---|---|---|---|
|
0 & - 1 1 & 0 |
- 1 & 0 0 & - 1 |
0 & 1 - 1 & 0 |
1 & 0 0 & 1 |
Multiply matrices
Multiply
Add terms