skrf.mathFunctions.is_symmetric

skrf.mathFunctions.is_symmetric(mat, tol=1e-12)[source]

Tests mat for symmetry.

Parameters:
  • mat (npy.ndarray) – Matrix to test for symmetry

  • tol (float, optional) – Absolute tolerance. Defaults to ALMOST_ZERO

Returns:

res

Return type:

boolean or array of boolean

See also

is_square, is_unitary