Building a Unitary Matrix from a Non-Unitary Matrix

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
MrRobotoToo
Messages
111
Reaction score
50
Suppose I have some arbitrary square matrix [itex]M[/itex], and I want to build a unitary matrix [itex]U[/itex]: [tex]U=\left[\begin{array}{c|c}M & N \\\hline O & P\end{array}\right][/tex] Does there exist some general procedure for determining [itex]N[/itex], [itex]O[/itex], and [itex]P[/itex] given [itex]M[/itex]?
 
Physics news on Phys.org
Also, it depends on the size of your new matrix relative to ##M##. Apart from the fact that you must ensure that ##\sum_i |M_{ij}|^2## and ##\sum_j |M_{ij}|^2##. That being said, when you do have the possibility of constructing a matrix like that, I would first rewrite ##M## as ##M_0 V##, where ##V## is a unitary matrix and ##M_0## is hermitian. Then you might get some inspiration from https://arxiv.org/abs/1107.3992
 
  • Like
Likes   Reactions: MrRobotoToo