HermitianMatrixQ
HermitianMatrixQ(m)
returns
True
ifm
is a hermitian matrix.
See
Examples
>> HermitianMatrixQ({{2, 2 + I, 4}, {2-I, 3, I}, {4, -I, 1}})True
Implementation status
- ✅ - full supported
HermitianMatrixQ(m)
returns
True
ifm
is a hermitian matrix.
See
>> HermitianMatrixQ({{2, 2 + I, 4}, {2-I, 3, I}, {4, -I, 1}})True