Suggest matrix $A \in M_{4x4}$ such that :
$\mbox{rank}(A) = 2$
$A$ is not diagonal
maximal singular value of $A$ is $5$
I have tried to guess some symmetric matrices without any luck .
Suggest matrix $A \in M_{4x4}$ such that :
$\mbox{rank}(A) = 2$
$A$ is not diagonal
maximal singular value of $A$ is $5$
I have tried to guess some symmetric matrices without any luck .
Copyright © 2021 JogjaFile Inc.
Let $D=diag(5,1,0,0)$, that way, the rank of $D$ would be $2$.
$QDQ^T$ would satisfy the first and the third condition if $Q$ is an orthogonal matrix.
In particular, you can pick $Q$ to be the hadamard matrix. I would leave the explicit construction to you.