Skip to content

HermitianMatrixQ

HermitianMatrixQ(m)

returns True if m is a hermitian matrix.

See

Examples

>> HermitianMatrixQ({{2, 2 + I, 4}, {2-I, 3, I}, {4, -I, 1}})
True

Implementation status

  • ✅ - full supported

Github