Help with Matrix PQ=QR - Find a Simple Answer

  • Thread starter Thread starter Vicis
  • Start date Start date
  • Tags Tags
    Matrix
AI Thread Summary
To solve the matrix equation PQ=QR, several approaches can be considered. One solution is to use zero matrices for P, Q, and R, or to set all three as identity matrices, as this provides infinite solutions. If Q is a null matrix, P and R can be any matrices of the same order. Additionally, if R is similar to P, then there exists a regular matrix Q such that R can be expressed as Q^-1 P Q, maintaining the equation PQ=QR. Understanding these relationships can simplify finding suitable matrices for the equation.
Vicis
Messages
1
Reaction score
0
There must be a simple answer to this problem but ill be damed if i can find it.

I need to find matrix P,Q,R So that PQ=QR

Ive tried so many times but i can't solve it, I've been to three different applicable maths books looking for help but they all where dead ends.

Could someone please help me.
 
Physics news on Phys.org
Which matrices if any are given?
 
One solution is for P, Q, and R to each be a zero matrix with the appropriate dimensions.
 
Well, if P,Q,R are the identity matrix then that would work, but at the moment it's not a well posed problem.
 
1)P and R can be any matrix of the same order as that of Q and Q must be a null matrix.
2)All the three should be identity matrices of the same order.
 
There're an infinate amount of solutions to this problem.
In addition to everything said above the equation will hold if all three matricies are powers of some matrix, or if they're scalar matricies.
 
Assume Q is regular, and P, R are square matrices. If you multiply PQ = QR from the left with Q^-1, you obtain Q^-1 P Q = R, which implies that R is similar to P.

Further on, if R is similar to P, then there exists a regular matrix Q such that R = Q^-1 P Q. Multiply from the left with Q and obtain QR = PQ.

So, PQ = QR <=> R is similar to P. That could be one point of view. An example of similar matrices are matrix representations of linear operators in different basis sets.
 
Back
Top