with problem with matrices, reflections, rotations

  • Thread starter Thread starter dellatorre
  • Start date Start date
  • Tags Tags
    Matrices Rotations
Click For Summary
SUMMARY

The discussion centers on demonstrating that the matrix for a reflection about the line y=-x, represented as [0 -1 0], [-1 0 0], [0 0 1], is equivalent to performing a reflection relative to the y-axis followed by a counter-clockwise rotation of 90 degrees. The reflection matrix is [-1 0 0], [0 1 0], [0 0 1], and the rotation matrix is [0 -1 0], [1 0 0], [0 0 1]. The next step involves multiplying these two matrices to find the resulting transformation.

PREREQUISITES
  • Understanding of matrix multiplication
  • Familiarity with transformation matrices in linear algebra
  • Knowledge of reflections and rotations in 2D space
  • Basic skills in manipulating 3x3 matrices
NEXT STEPS
  • Learn matrix multiplication techniques for 3x3 matrices
  • Study the properties of transformation matrices in linear algebra
  • Explore the geometric interpretations of reflections and rotations
  • Investigate the effects of combining multiple transformations using matrices
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as computer graphics developers working with transformations in 2D space.

dellatorre
Messages
5
Reaction score
0
Looking for help with a problem I'm working on:

"Show that matrix
[0 -1 0]
[-1 0 0]
[0 0 1]
for a reflection about line y=-x
is equivalent to a reflection relative to the y-axis followed by a counter-clockwise rotation of 90 degrees."

So for my answer, first I have for the reflection relative to the y axis, I have the matrix:
[-1 0 0]
[0 1 0]
[0 0 1]

and for the counter-clockwise rotation of 90 degrees, I have the matrix:
[0 -1 0]
[1 0 0]
[0 0 1]

but then I don't know what my next step should be.

Can anyone help me with this?

thanks,
Della
 
Physics news on Phys.org
Sure. The matrix of the combined operation is the product of the matrices for the individual operations. Multiply (matrix of rotation)*(matrix of reflection).
 
thank you
 

Similar threads

Replies
9
Views
2K
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
2
Views
2K
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
9
Views
2K
Replies
7
Views
3K
Replies
4
Views
2K