Log in to edit a copy.
Download.
Other published documents...
Ch-8-Prob-21-New-허재석
2236 days ago by matrix
A=matrix(4,2,[4+2*I, -5*I, 3, 10*I, -7*I, 6, 9, -7+4*I]) print A.transpose().conjugate()
[-2*I + 4 3 7*I 9] [ 5*I -10*I 6 -4*I - 7]
[-2*I + 4 3 7*I 9] [ 5*I -10*I 6 -4*I - 7]