Hermitian Matrix diagonalized by a unitary similarity transformation SymPy

前端 未结 0 638
无人共我
无人共我 2021-01-05 05:32
from sympy import *    # to use √(-1) as I

#better way for more sympy operations first part is n = 2, m = 2, then list matrix
H = sp.Matrix(2, 2, [   2  , 3 - I,
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题