Matrix Function - Check Understanding

  • Thread starter Thread starter Poetria
  • Start date Start date
  • Tags Tags
    Function Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 1K views
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   Reactions: 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   Reactions: 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. :(
 
##\begin {pmatrix} 0&1\\-1&0\\ \end {pmatrix} \times \begin {pmatrix} x\\ y\\ \end{pmatrix} = \begin {pmatrix} y\\ -x\\ \end {pmatrix}##
 
  • Like
Likes   Reactions: FactChecker and Delta2
Great. :) Thank you so much. :)
 
  • Like
Likes   Reactions: 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   Reactions: 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   Reactions: Delta2