Hermitian of product of two matrices

Click For Summary
SUMMARY

The discussion focuses on the decomposition of the expression AH * A, where A is defined as the Hadamard product of two rectangular matrices B and C. The user inquires whether AH * A can be expressed as BH * B ° CH * C, but this identity is confirmed to be false. The correct formulation involves the relationship (B ° C)H (B ° C) = (BH B) ° (CH C) + additional terms that are not easily expressed. The conversation highlights the complexity of matrix operations involving Hermitian transposition and Hadamard products.

PREREQUISITES
  • Understanding of matrix operations, specifically Hermitian transposition.
  • Familiarity with Hadamard products and their properties.
  • Knowledge of complex conjugates in matrix algebra.
  • Basic linear algebra concepts, including matrix multiplication.
NEXT STEPS
  • Research the properties of Hermitian matrices in linear algebra.
  • Explore identities involving Hadamard products and their implications.
  • Study the relationship between matrix products and Hadamard products in detail.
  • Investigate advanced matrix decomposition techniques and their applications.
USEFUL FOR

Mathematicians, data scientists, and researchers in linear algebra who are dealing with matrix operations, particularly those involving Hermitian transposition and Hadamard products.

nikozm
Messages
51
Reaction score
0
Hi,

i was wondering how the following expression can be decomposed:

Let A=B°C, where B, C are rectangular random matrices and (°) denotes Hadamard product sign. Also, let (.) (.)H denote Hermitian transposition.

Then, AH *A how can be decomposed in terms of B and C ??

For example, AH *A = BH*B ° CH*C, or something like that ??

Thank you in advance
 
Physics news on Phys.org
I'm sorry you are not generating any responses at the moment. Is there any additional information you can share with us? Any new findings?
 
The identity you propose is false.

[tex]\left(A^H A\right)_{ij}= \sum_k (A^H)_{ik} A_{kj} = \sum_k A^*_{ki} A_{kj}[/tex]
[tex]= \sum_k B^*_{ki}C^*_{ki} B_{kj}C_{kj} \neq \left[\left(B^H B \right) \circ \left(C^H C \right)\right]_{ij} = \left( \sum_k B^*_{ki}B_{kj} \right) \left(\sum_\ell C^*_{\ell i}C_{\ell j} \right)[/tex]

From this I believe [itex]\left(B \circ C \right)^H \left(B \circ C \right) = \left(B^H B \right) \circ \left(C^H C \right) + \text{stuff}[/itex]

However I'm not sure if there is a neat way of expressing "stuff". I wasn't able to find any identities using only the matrix product, Hadamard product, and the conjugate transpose. But, maybe there is one.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 93 ·
4
Replies
93
Views
14K
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K