PLEASE HELP How to Cross Product Two 3x3 matrices

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 24K views
dellatorre
Messages
5
Reaction score
0
How do I take the cross product of Two 3x3 Matrices.

For example what is cross product of:
[-1 0 0]
[0 1 0]
[0 0 1]
x
[0 -1 0]
[1 0 0]
[0 0 1]

thanks,
Della
 
Physics news on Phys.org
ok, maybe its not the cross product I need to do then.

The problem I'm struggling with is this:
"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.

Do you know how to do this?

thanks,
Della
 
dellatorre said:
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]
That one changes the x coordinate of the vector it acts on, not the y coordinate.

dellatorre said:
but then I don't know what my next step should be.
Multiply the matrices.
 
Last edited:
thank you all :-))