Python separate arrays of complex number into the real part and imaginary part, outputting 8*8 matrix

前端 未结 0 449
心在旅途
心在旅途 2020-12-09 08:48
import numpy as np
import pandas as pd
import cmath 
a = np.array([[complex(3,6),complex(7,9),complex(2,8),complex(6,5)],
           [complex(3,7),complex(7,9),compl         


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