UnitaryMatrixQ
returns
True
if a complex square matrixU
is unitary, that is, if its conjugate transposeU^(*)
is also its inverse, that is, ifU^(*).U = U.U^(*) = U.U^(-1) - 1 = I
whereI
is the identity matrix.
See:
Examples
Implementation status
- ✅ - full supported