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!
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Thread 'Voltmeter readings for this circuit with switches'
TL;DR Summary: I would like to know the voltmeter readings on the two resistors separately in the picture in the following cases , When one of the keys is closed When both of them are opened (Knowing that the battery has negligible internal resistance) My thoughts for the first case , one of them must be 12 volt while the other is 0 The second case we'll I think both voltmeter readings should be 12 volt since they are both parallel to the battery and they involve the key within what the...
Thread 'Trying to understand the logic behind adding vectors with an angle between them'
My initial calculation was to subtract V1 from V2 to show that from the perspective of the second aircraft the first one is -300km/h. So i checked with ChatGPT and it said I cant just subtract them because I have an angle between them. So I dont understand the reasoning of it. Like why should a velocity be dependent on an angle? I was thinking about how it would look like if the planes where parallel to each other, and then how it look like if one is turning away and I dont see it. Since...
Back
Top