issymmetric
Determine if matrix is symmetric or skew-symmetric
Description
tf = issymmetric(
returns logical
A
)1
(true
) if A
is a
symmetric matrix.
Otherwise, it returns logical 0
(false
).
tf = issymmetric(
specifies the type of the test. Specify A
,skewOption
)skewOption
as
"skew"
to determine if A
is skew-symmetric.
Examples
Input Arguments
More About
Extended Capabilities
Version History
Introduced in R2014aSee Also
ishermitian
| isreal
| transpose
| ctranspose