| New Reply |
rotation matrix vs regular matrix |
Share Thread | Thread Tools |
| Nov15-11, 03:18 AM | #1 |
|
|
rotation matrix vs regular matrix
Can you calculate eigenvalues and eigenvectors for rotation matrices the same way you would for a regular matrix?
If not, what has to be done differently? |
| Nov15-11, 03:54 AM | #2 |
|
Recognitions:
|
it don't see why not. the existence of real eigenvalues will depend on the angle of rotation (most angles will give complex eigenvalues).
|
| Nov15-11, 05:17 AM | #3 |
|
|
The determinant of a rotation matrix should always be 1 (since it preserves length) so there should always be eigenvalues and eigenvectors that can be calculated given a rotation matrix.
|
| Nov16-11, 11:27 AM | #4 |
|
Recognitions:
|
rotation matrix vs regular matrix[tex]\begin{bmatrix}\cos\theta&-\sin\theta\\ \sin\theta&\cos\theta\end{bmatrix}[/tex] is: [tex]x^2 - (2\cos\theta)x + 1[/tex] which has real solutions only when: [tex]4\cos^2\theta - 4 \geq 0 \implies \cos\theta = \pm 1[/tex] for angles that aren't integer multiples of pi, this will lead to complex eigenvalues. |
| Nov16-11, 12:07 PM | #5 |
Recognitions:
|
|
| Nov16-11, 08:39 PM | #6 |
|
|
|
| New Reply |
| Tags |
| calculate, eigenvalue, eigenvector, matrix, rotation |
| Thread Tools | |
Similar Threads for: rotation matrix vs regular matrix
|
||||
| Thread | Forum | Replies | ||
| real matrix -- eigenvector matrix R -- diagonal eigenvalue matrix L | Programming & Comp Sci | 0 | ||
| What is a Regular Transition Matrix | Linear & Abstract Algebra | 5 | ||
| Construct a rotation matrix out of another rotation matrix | General Math | 2 | ||
| Rotation matrix | Calculus & Beyond Homework | 2 | ||
| Matrix Rotation | Introductory Physics Homework | 1 | ||