Is there an existing function for the complex conjugate transpose in Mathematica? The equivalent in matlab is the to the apostrophe operator (‘).
Is there an existing function for the complex conjugate transpose in Mathematica? The equivalent
Share
In your title you ask for conjugate transpose. That’s just
ConjugateTranspose.If you want the conjugate, it’s just
Conjugate.You can also use the Hermitian conjugate symbol, which you use by entering
esc hc escor\[HermitianConjugate].