isHermitian(a)

Returns true if matrix a is Hermitian.


See also isMatrix isArray 


Example


a = ( 1, 3+2j ; 3-2j, 5 )

1      3+2j

3-2j   5

isHermitian( a )

true