Multiplying row exchange matrices

Click For Summary
SUMMARY

The discussion focuses on the multiplication of row exchange matrices, specifically the matrices p and q defined as p = [[0, 1, 0], [1, 0, 0], [0, 0, 1]] and q = [[0, 0, 1], [0, 1, 0], [1, 0, 0]]. The correct multiplication order is pq qp and p^2, leading to the resulting matrix [[0, 1, 0], [0, 0, 1], [1, 0, 0]]. A participant expresses confusion about the multiplication process, mistakenly believing they should multiply rows by columns, which resulted in a zero matrix. This highlights a common misunderstanding in matrix multiplication.

PREREQUISITES
  • Understanding of matrix multiplication rules
  • Familiarity with row exchange matrices
  • Basic linear algebra concepts
  • Knowledge of matrix notation and operations
NEXT STEPS
  • Study the properties of row exchange matrices
  • Learn about matrix multiplication techniques
  • Explore examples of matrix transformations in linear algebra
  • Review common pitfalls in matrix operations
USEFUL FOR

Students of linear algebra, educators teaching matrix operations, and anyone seeking to clarify matrix multiplication concepts.

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!
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
15
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
9
Views
2K