Matrix Rotation: Does A Represent a Rotation?

  • Thread starter Thread starter fresh
  • Start date Start date
  • Tags Tags
    Matrix Rotation
AI Thread Summary
Matrix A does not represent a rotation because it is not orthogonal, as its inverse is not equal to its transpose. Additionally, the determinant of matrix A is not equal to 1, which is another requirement for a matrix to represent a rotation. To determine if a matrix is a rotation, it must be orthogonal and have a determinant of 1. A determinant of -1 does not rule out the possibility of a rotation but may indicate a reflection or a combination of transformations. Thus, matrix A fails to meet the criteria for being a rotation matrix.
fresh
Messages
17
Reaction score
0
So here is my question:

given matrix A = 1 2 3
2 4 1
3 1 0

Does matrix A represent a rotation?


What I want to know is how do you tell if a matrix is a rotation? Do I simply find the determinant of the matrix? If it is equal to 1, I can say that the matrix represents a rotation right?

Thanks
 
Physics news on Phys.org
For a matrix to be a rotation, it is also required that the rows/colums of the matrix be orthonormal.
 
for your question! Determining if a matrix represents a rotation can be done by looking at its properties and characteristics. One way to approach this is by checking if the matrix is orthogonal, meaning its inverse is equal to its transpose. This is because a rotation matrix must preserve the length of vectors and the angle between them, which is a property of orthogonal matrices.

Another way is to check if the matrix has a determinant of 1, as you mentioned. This is because a rotation matrix must have a determinant of 1 in order to preserve the orientation of the vectors. However, it is important to note that a determinant of -1 does not necessarily mean it is not a rotation matrix, as it could still represent a reflection or a combination of rotations and reflections.

In this specific example, matrix A is not orthogonal, as its inverse is not equal to its transpose. Additionally, its determinant is not equal to 1, so it does not represent a rotation. To summarize, to determine if a matrix represents a rotation, you can check if it is orthogonal or if its determinant is equal to 1. I hope this helps clarify how to identify a rotation matrix!
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top