Multiplying row exchange matrices

Arnoldjavs3
Messages
191
Reaction score
3

Homework Statement


Multiply these row excahnge matrices in the order pq qp and p^2
p =
[0 1 0]
[1 0 0]
[0 0 1]

q=
[0 0 1]
[0 1 0]
[1 0 0]

Homework Equations

The Attempt at a Solution


I don't understand why the solution is
[0 1 0]
[0 0 1]
[1 0 0]

do you not multiply rows by columns? When i do this i just get a 3x3 with 0s in the entire matrix. I don't understand, what am I doing wrong? Since this is a fundamental misunderstanding from my part.
 
Physics news on Phys.org
nevermind I'm an idiot.

please delete/close
 
Welcome to the club!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top