Skip to content

ConjugateTranspose

Returns the conjugate transpose of a matrix.

$ wo 'ConjugateTranspose[{{1, 2}, {3, 4}}]'
{{1, 3}, {2, 4}}