Determine the rotation matrix

Find the matrix representation of the following two-dimensional linear transformation: a rotation by $- \frac{\pi}{2}$ radians.

Correct answer

Student view placeholder

In student views this area is used for assessment and score info.
Tools

Staff information

Question

Title:
Determine the rotation matrix

Variant

Started at:
2026-08-04 22:49:48 (CDT)
Duration:
0s
Show/Hide answer
{
  "M": {
    "_type": "ndarray",
    "_dtype": "float64",
    "_value": [
      [
        0,
        1
      ],
      [
        -1,
        0
      ]
    ]
  }
}
History
dec frac
rad deg