A = Matrix.New({{1,1+2*I},{3,4+I}}) B = Matrix.ConjugateTranspose(A) print(B)