- #1
robertjford80
- 388
- 0
Homework Statement
Multiply the following matrices
Multiply A * B * C
A =
0 0 1
0 1 0
1 0 0
B =
1 2 3
4 5 6
7 8 9
C =
0 0 1
0 1 0
1 0 0
The Attempt at a Solution
Why not just exchange row 1 with row 3 and then you get an identity matrix and the answer will be
7 8 9
4 5 6
1 2 3?
The book says the answer is
9 8 7
6 5 4
3 2 1
Essentially it looks like they're exchanging column 3 with 1.