Matrix Function - Check Understanding

  • Thread starter Thread starter Poetria
  • Start date Start date
  • Tags Tags
    Function Matrix
AI Thread Summary
The matrix discussed is identified as a rotation matrix that rotates vectors by π/2 radians clockwise. There was a correction needed for the transformation result of the vector [2,3], which was confirmed. The transformation of a general point (x,y) using the matrix results in (y, -x). The discussion also references the mathematical properties of sine and cosine related to the rotation angle. Overall, the matrix's function and its implications for vector transformation were clarified.
Poetria
Messages
267
Reaction score
42
Homework Statement
I have computed the matrix (it's ok):

##\begin{pmatrix}
0&1\\
-1&0\\
\end{pmatrix}##

The question is: what does this matrix do?
Relevant Equations
To figure it out, I have sketched two vectors:
[2,3] and the other - after transformation: [3,-2]
I would say that what this matrix does is rotate e.g. a vector by ##\pi/2## clockwise. Am I right?
I would like to check my understanding.
 
  • Like
Likes Delta2
Physics news on Phys.org
First, you have a mistake in the result for [2,3]. You need to correct that. Then take a general point, (x,y), in the ##R^2## plane and multiply it by the matrix. That will tell you where it ends up.
 
  • Like
Likes Poetria
FactChecker said:
First, you have a mistake in the result for [2,3]. You need to correct that. Then take a general point, (x,y), in the ##R^2## plane and multiply it by the matrix. That will tell you where it ends up.
Right, I have corrected it. :(
 
Poetria said:
Right, I have corrected it. :(
I agree with your statements.
 
  • Love
Likes Poetria
##\begin {pmatrix} 0&1\\-1&0\\ \end {pmatrix} \times \begin {pmatrix} x\\ y\\ \end{pmatrix} = \begin {pmatrix} y\\ -x\\ \end {pmatrix}##
 
  • Like
Likes FactChecker and Delta2
Great. :) Thank you so much. :)
 
  • Like
Likes FactChecker and Delta2
Poetria said:
Homework Statement:: I have computed the matrix (it's ok):

##\begin{pmatrix}
0&1\\
-1&0\\
\end{pmatrix}##

The question is: what does this matrix do?
Relevant Equations:: To figure it out, I have sketched two vectors:
[2,3] and the other - after transformation: [3,-2]

I would say that what this matrix does is rotate e.g. a vector by ##\pi/2## clockwise. Am I right?
I would like to check my understanding.
You can look up the rotation matrix here:

https://en.wikipedia.org/wiki/Rotation_matrix

In your case, you are looking for ##\cos \theta = 0## and ##\sin \theta = -1##. This is satisfied by ##\theta = -\frac \pi 2##
 
  • Like
Likes FactChecker, Delta2 and Poetria
Many thanks. :)
PeroK said:
You can look up the rotation matrix here:

https://en.wikipedia.org/wiki/Rotation_matrix

In your case, you are looking for ##\cos \theta = 0## and ##\sin \theta = -1##. This is satisfied by ##\theta = -\frac \pi 2##
 
  • Like
Likes Delta2

Similar threads

Replies
69
Views
8K
Replies
31
Views
2K
Replies
32
Views
2K
Replies
5
Views
2K
Replies
6
Views
2K
Replies
1
Views
2K
Replies
14
Views
4K
Back
Top