Quaternion Function Reference

ishermitian

Test for Hermitian matrix

Syntax

TF = ishermitian(X, tol)

Description

ishermitian(X, tol) returns logical 1 (true) if the square matrix X is Hermitian (equal to its quaternion transpose conjugate) to within the tolerance given by the second parameter, if present. If no second parameter is specified, the tolerance defaults to eps.

See Also

MATLAB® function: eps

© 2008-2013 Stephen J. Sangwine and Nicolas Le Bihan

License terms.