1
$\begingroup$

I have an $(n\times n)$ real matrix obtained through the Hadamard product, $H=A\circ B$, of two real $(n\times n)$ symmetric matrices $A,B$. All elements of $A$ are positive, while diagonal elements of $B$ are zero and the rest are non-negative.

My question is if there is any way I can relate (possibly through some inequalities) the Frobenius norm of $H$ to the ones of $A, B$. The Frobenius norm of a real $(n\times n)$ matrix $M$ is defined as $$ \| M \|_F = \sqrt{Tr\left(M^T M\right)} =\sqrt{\sum_{i,j=1}^n M_{i,j}^2} \,. $$

Thanks!

  • 0
    Hint: Cauchy Schwarz2018-12-11

1 Answers 1

1

You have $\|A\circ B\|_F\leq\operatorname{tr}(AB^T)\le\|A\|_F\|B\|_F$.

  • 0
    Thanks for the reply. However, I do not see how you get the first inequality. Can you pls explain?2017-01-26
  • 1
    @AG1123 Try to write down the squares of both sides in terms of the elements of $A$ and $B$.2017-01-27
  • 0
    Yep, I see it now. Thanks!2017-01-27