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