Is it possible to design this?

  • Context: Graduate 
  • Thread starter Thread starter EngWiPy
  • Start date Start date
  • Tags Tags
    Design
Click For Summary

Discussion Overview

The discussion centers around the feasibility of designing a matrix P that satisfies the equation P^TQP = Q^T for all N-by-N matrices Q. Participants explore various cases and conditions under which this might hold, including specific types of matrices such as circulant and Hermitian matrices.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions whether the condition can hold for all matrices Q and suggests testing simple cases, such as Q = [[0,1],[0,0]].
  • Another participant expresses doubt about the general possibility of the condition and proposes searching for counterexamples.
  • A participant notes that if Q is circulant, permutation matrices can satisfy the equation, but their specific case of Q is not circulant.
  • It is pointed out that attempting to derive conditions for P using specific forms of Q leads to contradictions, suggesting that the condition may not be generally possible.
  • Discussion shifts to whether the property holds for Hermitian matrices, with some participants expressing skepticism about this possibility.
  • A participant discusses the implications of linear transformations on the space of matrices and suggests that most transformations cannot be represented as conjugation by a matrix.
  • Another participant presents a proof indicating that if Q is Hermitian, the conditions lead to restrictions on P that imply it cannot satisfy the original equation.
  • One participant attempts to use the eigenvalue decomposition of Hermitian matrices to argue for potential solutions but is met with skepticism regarding the validity of this approach.

Areas of Agreement / Disagreement

Participants generally express skepticism about the possibility of finding such a matrix P that satisfies the equation for all matrices Q. There are competing views regarding specific cases, particularly concerning Hermitian matrices, and the discussion remains unresolved.

Contextual Notes

Participants note that testing simple cases and specific types of matrices may yield insights, but the generality of the problem remains a point of contention. The discussion highlights the complexity of linear transformations and their representations in matrix equations.

EngWiPy
Messages
1,361
Reaction score
61
Hello,

I wish to design the matrix P such that it satisfies the following:

[tex]P^TQP=Q^T[/tex]

where all matrices are N-by-N. Is it possible?

Thanks
 
Physics news on Phys.org
For all Q?
Did you try some simple cases, e.g. Q=[[0,1],[0,0]]?

I doubt this is possible in general, so searching for counterexamples looks like a good idea.

Edit: And that is a good idea for a counterexample if you combine it with another matrix.
 
Last edited:
mfb said:
For all Q?
Did you try some simple cases, e.g. Q=[[0,1],[0,0]]?

I doubt this is possible in general, so searching for counterexamples looks like a good idea.

Edit: And that is a good idea for a counterexample if you combine it with another matrix.

Actually, yes I wanted it in general, but if there are some special cases of Q I would like to know what are they, if possible. I know for example if Q is circulant, then any permutation matrix will satisfies the above equality. Unfortunately, in my case Q is not circulant!

Thanks
 
S_David said:
Actually, yes I wanted it in general
P=[[a,c][b,d]] and Q=[[0,1],[0,0]] lead to the conditions a=d=0 and bc=1, and this leads to a contradiction if you try to apply this to Q=[[1,0],[0,0]].
So in general, this is not possible.
 
mfb said:
P=[[a,c][b,d]] and Q=[[0,1],[0,0]] lead to the conditions a=d=0 and bc=1, and this leads to a contradiction if you try to apply this to Q=[[1,0],[0,0]].
So in general, this is not possible.

OK, what if the matrix is Hermitian?
 
Did you test some simple cases, as I suggested?
I would not expect that being Hermitian helps, but I don't know.
 
mfb said:
Did you test some simple cases, as I suggested?
I would not expect that being Hermitian helps, but I don't know.

After trying, I don't think it helps neither.
 
The right hand side is a linear operation on the space of nxn matrices (which is a vector space of dimension n2), and the left hand side is a linear operation on the space of nxn matrices picked from a vector space of dimension n2. But the set of all linear transformations on the space of nxn matrices has dimension (n2)2 = n4. So in general most linear transformations on a set of matrices cannot be represented as conjugation by a matrix like the left hand side of your equation.

This doesn't answer the specific question of whether transposing is a special case, but it does heavily suggest that there will not exist such a matrix P, and as mfb said you should look for counterexamples in small dimensions.

There is a general disproof I believe that works for when Q is Hermitian. Plugging in Q the identity matrix we get that Pt = P-1. Plugging in Q an arbitrary real symmetric matrix, we want to find P that commutes with every Q which is symmetric. Checking Q an arbitrary elementary symmetric matrix (has only a 1 in the (i,j) and (j,i) spots and 0 everywhere else) we find P has to be a scalar multiple of the identity matrix, which because its transpose is its inverse means it has to be the identity matrix or negative the identity matrix. Checking Q basically any non real Hermitian matrix shows that neither of those work.

If testing simple cases didn't help, then you should show us what cases you tested and we can show you where you went wrong in missing the counterexample
 
Do you mean it is possible for Hermitian matrices? I tried a matrix [a b; conj(b) a] which is Hermitian and P is a real matrix. But I was wondering since for a Hermitian matrix we have the following eigenvalue decomposition:

[tex]\mathbf{Q}=\mathbf{U}\Sigma\mathbf{U}^H[/tex]

where the eigenvalues are real, which implies that:

[tex]\mathbf{U}^H\mathbf{Q}\mathbf{U}=\Sigma=\Sigma^T=\mathbf{U}^T\mathbf{Q}^T\mathbf{U}^*[/tex]

if we can use that in a way.
 
  • #10
S_David said:
Do you mean it is possible for Hermitian matrices?

No, I gave a proof that it isn't possible for Hermitian matrices
 
  • Like
Likes   Reactions: 1 person

Similar threads

  • · Replies 14 ·
Replies
14
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
48
Views
6K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 39 ·
2
Replies
39
Views
4K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K